Html Css Color HEX #A24945 Roof Terracotta

📋 copy color: '#A24945'

red 162 ◦ green 73 ◦ blue 69

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

Shades of Roof Terracotta #A24945

Tints of Roof Terracotta #A24945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 53.29%
G = 24.01%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A24945 (or 0xA24945) is known color: Roof Terracotta. HEX triplet: A2, 49 and 45. RGB value is (162,73,69). Sum of RGB (Red+Green+Blue) = 162+73+69=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A24945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24945 is #5DB6BA. Grayscale: #636363. Windows color (decimal): -6141627 or 4540834. OLE color: 4540834.

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

Color convert

RGB 162 73 69 -
CMYK 0 0.55 0.57 0.36
HSL 2.58º 0.4% 0.45% -
HSV(B) 2.58º 0.57% 0.64% -
XYZ 18.36 12.88 7.15 -
YUV 99.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 162 73 69 0 0.55 0.57 0.36 2.58 0.4 0.45
Hex A2 49 45 0 37 39 24 3 28 2D
Octal 242 111 105 0 67 71 44 3 50 55
Binary 10100010 1001001 1000101 0 110111 111001 100100 11 101000 101101

Color Harmonies of #A24945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24945

Black with #A24945

Text Example


Text Example

White with #A24945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24945; }

 p { color: rgb(162,73,69); }

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

background-color css

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

 a { background-color: rgb(162,73,69); }

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

border-color css

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

 span { border-color: rgb(162,73,69); }

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