Html Css Color HEX #A4473C Roof Terracotta

📋 copy color: '#A4473C'

red 164 ◦ green 71 ◦ blue 60

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

Shades of Roof Terracotta #A4473C

Tints of Roof Terracotta #A4473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 55.59%
G = 24.07%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4473C (or 0xA4473C) is known color: Roof Terracotta. HEX triplet: A4, 47 and 3C. RGB value is (164,71,60). Sum of RGB (Red+Green+Blue) = 164+71+60=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4473C is #5BB8C3. Grayscale: #616161. Windows color (decimal): -6011076 or 3950500. OLE color: 3950500.

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

Color convert

RGB 164 71 60 -
CMYK 0 0.57 0.63 0.36
HSL 6.35º 0.46% 0.44% -
HSV(B) 6.35º 0.63% 0.64% -
XYZ 18.38 12.73 5.76 -
YUV 97.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 164 71 60 0 0.57 0.63 0.36 6.35 0.46 0.44
Hex A4 47 3C 0 39 3F 24 6 2E 2C
Octal 244 107 74 0 71 77 44 6 56 54
Binary 10100100 1000111 111100 0 111001 111111 100100 110 101110 101100

Color Harmonies of #A4473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4473C

Black with #A4473C

Text Example


Text Example

White with #A4473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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