Html Css Color HEX #A4433E Roof Terracotta

📋 copy color: '#A4433E'

red 164 ◦ green 67 ◦ blue 62

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

Shades of Roof Terracotta #A4433E

Tints of Roof Terracotta #A4433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

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

R = 55.97%
G = 22.87%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4433E (or 0xA4433E) is known color: Roof Terracotta. HEX triplet: A4, 43 and 3E. RGB value is (164,67,62). Sum of RGB (Red+Green+Blue) = 164+67+62=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4433E is #5BBCC1. Grayscale: #5F5F5F. Windows color (decimal): -6012098 or 4080548. OLE color: 4080548.

HSL color Cylindrical-coordinate representation of color #A4433E: hue angle of 2.94º 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 #A4433E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 62 -
CMYK 0 0.59 0.62 0.36
HSL 2.94º 0.45% 0.44% -
HSV(B) 2.94º 0.62% 0.64% -
XYZ 18.19 12.25 5.96 -
YUV 95.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 164 67 62 0 0.59 0.62 0.36 2.94 0.45 0.44
Hex A4 43 3E 0 3B 3E 24 3 2D 2C
Octal 244 103 76 0 73 76 44 3 55 54
Binary 10100100 1000011 111110 0 111011 111110 100100 11 101101 101100

Color Harmonies of #A4433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4433E

Black with #A4433E

Text Example


Text Example

White with #A4433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4433E; }

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

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

background-color css

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

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

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

border-color css

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

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

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