Html Css Color HEX #A24D40 Roof Terracotta

📋 copy color: '#A24D40'

red 162 ◦ green 77 ◦ blue 64

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

Shades of Roof Terracotta #A24D40

Tints of Roof Terracotta #A24D40

RGB

 RED value IS 162 (63.67% from 255) = 53.47%

 GREEN value IS 77 (30.47% from 255) = 25.41%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 53.47%
G = 25.41%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A24D40 (or 0xA24D40) is known color: Roof Terracotta. HEX triplet: A2, 4D and 40. RGB value is (162,77,64). Sum of RGB (Red+Green+Blue) = 162+77+64=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D40 is #5DB2BF. Grayscale: #656565. Windows color (decimal): -6140608 or 4214178. OLE color: 4214178.

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

Color convert

RGB 162 77 64 -
CMYK 0 0.52 0.60 0.36
HSL 7.96º 0.43% 0.44% -
HSV(B) 7.96º 0.6% 0.64% -
XYZ 18.48 13.36 6.46 -
YUV 100.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 162 77 64 0 0.52 0.60 0.36 7.96 0.43 0.44
Hex A2 4D 40 0 34 3C 24 8 2B 2C
Octal 242 115 100 0 64 74 44 10 53 54
Binary 10100010 1001101 1000000 0 110100 111100 100100 1000 101011 101100

Color Harmonies of #A24D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D40

Black with #A24D40

Text Example


Text Example

White with #A24D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D40; }

 p { color: rgb(162,77,64); }

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

background-color css

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

 a { background-color: rgb(162,77,64); }

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

border-color css

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

 span { border-color: rgb(162,77,64); }

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