Html Css Color HEX #A24D46 Roof Terracotta

📋 copy color: '#A24D46'

red 162 ◦ green 77 ◦ blue 70

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

Shades of Roof Terracotta #A24D46

Tints of Roof Terracotta #A24D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 52.43%
G = 24.92%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A24D46 (or 0xA24D46) is known color: Roof Terracotta. HEX triplet: A2, 4D and 46. RGB value is (162,77,70). Sum of RGB (Red+Green+Blue) = 162+77+70=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D46 is #5DB2B9. Grayscale: #656565. Windows color (decimal): -6140602 or 4607394. OLE color: 4607394.

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

Color convert

RGB 162 77 70 -
CMYK 0 0.52 0.57 0.36
HSL 4.57º 0.4% 0.45% -
HSV(B) 4.57º 0.57% 0.64% -
XYZ 18.66 13.43 7.4 -
YUV 101.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 162 77 70 0 0.52 0.57 0.36 4.57 0.4 0.45
Hex A2 4D 46 0 34 39 24 5 28 2D
Octal 242 115 106 0 64 71 44 5 50 55
Binary 10100010 1001101 1000110 0 110100 111001 100100 101 101000 101101

Color Harmonies of #A24D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D46

Black with #A24D46

Text Example


Text Example

White with #A24D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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