Html Css Color HEX #A3423C Roof Terracotta

📋 copy color: '#A3423C'

red 163 ◦ green 66 ◦ blue 60

#A3423C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roof Terracotta #A3423C

Tints of Roof Terracotta #A3423C

RGB

 RED value IS 163 (64.06% from 255) = 56.4%

 GREEN value IS 66 (26.17% from 255) = 22.84%

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 56.4%
G = 22.84%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A3423C (or 0xA3423C) is known color: Roof Terracotta. HEX triplet: A3, 42 and 3C. RGB value is (163,66,60). Sum of RGB (Red+Green+Blue) = 163+66+60=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3423C is #5CBDC3. Grayscale: #5E5E5E. Windows color (decimal): -6077892 or 3949219. OLE color: 3949219.

HSL color Cylindrical-coordinate representation of color #A3423C: hue angle of 3.5º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3423C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 60 -
CMYK 0 0.60 0.63 0.36
HSL 3.5º 0.46% 0.44% -
HSV(B) 3.5º 0.63% 0.64% -
XYZ 17.87 12.01 5.65 -
YUV 94.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 163 66 60 0 0.60 0.63 0.36 3.5 0.46 0.44
Hex A3 42 3C 0 3C 3F 24 3 2E 2C
Octal 243 102 74 0 74 77 44 3 56 54
Binary 10100011 1000010 111100 0 111100 111111 100100 11 101110 101100

Color Harmonies of #A3423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3423C

Black with #A3423C

Text Example


Text Example

White with #A3423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3423C; }

 p { color: rgb(163,66,60); }

 H1.HeaderClassName
 {
   color: #A3423C;
 }
 .AnyTagClassName
 {
   color: #A3423C;
 }
</style>

background-color css

<style>
 a { background-color: #A3423C; }

 a { background-color: rgb(163,66,60); }

 div.DivClassName
 {
   background-color: #A3423C;
 }
 .BgClassName
 {
   background-color: #A3423C;
 }
</style>

border-color css

<style>
 span { border-color: #A3423C; }

 span { border-color: rgb(163,66,60); }

 td.TdClassName
 {
   border-color: #A3423C;
 }
 .TagClassName
 {
   border-color: #A3423C;
 }
</style>