Html Css Color HEX #A4423E Roof Terracotta

📋 copy color: '#A4423E'

red 164 ◦ green 66 ◦ blue 62

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

Shades of Roof Terracotta #A4423E

Tints of Roof Terracotta #A4423E

RGB

 RED value IS 164 (64.45% from 255) = 56.16%

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 56.16%
G = 22.6%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4423E (or 0xA4423E) is known color: Roof Terracotta. HEX triplet: A4, 42 and 3E. RGB value is (164,66,62). Sum of RGB (Red+Green+Blue) = 164+66+62=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4423E is #5BBDC1. Grayscale: #5E5E5E. Windows color (decimal): -6012354 or 4080292. OLE color: 4080292.

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

Color convert

RGB 164 66 62 -
CMYK 0 0.60 0.62 0.36
HSL 2.35º 0.45% 0.44% -
HSV(B) 2.35º 0.62% 0.64% -
XYZ 18.13 12.14 5.94 -
YUV 94.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 164 66 62 0 0.60 0.62 0.36 2.35 0.45 0.44
Hex A4 42 3E 0 3C 3E 24 2 2D 2C
Octal 244 102 76 0 74 76 44 2 55 54
Binary 10100100 1000010 111110 0 111100 111110 100100 10 101101 101100

Color Harmonies of #A4423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4423E

Black with #A4423E

Text Example


Text Example

White with #A4423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4423E; }

 p { color: rgb(164,66,62); }

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

background-color css

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

 a { background-color: rgb(164,66,62); }

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

border-color css

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

 span { border-color: rgb(164,66,62); }

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