Html Css Color HEX #A4433C Roof Terracotta

📋 copy color: '#A4433C'

red 164 ◦ green 67 ◦ blue 60

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

Shades of Roof Terracotta #A4433C

Tints of Roof Terracotta #A4433C

RGB

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

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

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

R = 56.36%
G = 23.02%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4433C (or 0xA4433C) is known color: Roof Terracotta. HEX triplet: A4, 43 and 3C. RGB value is (164,67,60). Sum of RGB (Red+Green+Blue) = 164+67+60=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4433C is #5BBCC3. Grayscale: #5F5F5F. Windows color (decimal): -6012100 or 3949476. OLE color: 3949476.

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

Color convert

RGB 164 67 60 -
CMYK 0 0.59 0.63 0.36
HSL 4.04º 0.46% 0.44% -
HSV(B) 4.04º 0.63% 0.64% -
XYZ 18.13 12.23 5.68 -
YUV 95.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 164 67 60 0 0.59 0.63 0.36 4.04 0.46 0.44
Hex A4 43 3C 0 3B 3F 24 4 2E 2C
Octal 244 103 74 0 73 77 44 4 56 54
Binary 10100100 1000011 111100 0 111011 111111 100100 100 101110 101100

Color Harmonies of #A4433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4433C

Black with #A4433C

Text Example


Text Example

White with #A4433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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