Html Css Color HEX #A4423F Roof Terracotta

📋 copy color: '#A4423F'

red 164 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #A4423F

Tints of Roof Terracotta #A4423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.5%

R = 55.97%
G = 22.53%
B = 21.5%

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

#A4423F (or 0xA4423F) is known color: Roof Terracotta. HEX triplet: A4, 42 and 3F. RGB value is (164,66,63). Sum of RGB (Red+Green+Blue) = 164+66+63=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4423F is #5BBDC0. Grayscale: #5F5F5F. Windows color (decimal): -6012353 or 4145828. OLE color: 4145828.

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

Color convert

RGB 164 66 63 -
CMYK 0 0.60 0.62 0.36
HSL 1.78º 0.44% 0.45% -
HSV(B) 1.78º 0.62% 0.64% -
XYZ 18.16 12.15 6.09 -
YUV 94.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 164 66 63 0 0.60 0.62 0.36 1.78 0.44 0.45
Hex A4 42 3F 0 3C 3E 24 2 2C 2D
Octal 244 102 77 0 74 76 44 2 54 55
Binary 10100100 1000010 111111 0 111100 111110 100100 10 101100 101101

Color Harmonies of #A4423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4423F

Black with #A4423F

Text Example


Text Example

White with #A4423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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