Html Css Color HEX #A24845 Roof Terracotta

📋 copy color: '#A24845'

red 162 ◦ green 72 ◦ blue 69

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

Shades of Roof Terracotta #A24845

Tints of Roof Terracotta #A24845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 53.47%
G = 23.76%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A24845 (or 0xA24845) is known color: Roof Terracotta. HEX triplet: A2, 48 and 45. RGB value is (162,72,69). Sum of RGB (Red+Green+Blue) = 162+72+69=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24845 is #5DB7BA. Grayscale: #626262. Windows color (decimal): -6141883 or 4540578. OLE color: 4540578.

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

Color convert

RGB 162 72 69 -
CMYK 0 0.56 0.57 0.36
HSL 1.94º 0.4% 0.45% -
HSV(B) 1.94º 0.57% 0.64% -
XYZ 18.29 12.75 7.13 -
YUV 98.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 162 72 69 0 0.56 0.57 0.36 1.94 0.4 0.45
Hex A2 48 45 0 38 39 24 2 28 2D
Octal 242 110 105 0 70 71 44 2 50 55
Binary 10100010 1001000 1000101 0 111000 111001 100100 10 101000 101101

Color Harmonies of #A24845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24845

Black with #A24845

Text Example


Text Example

White with #A24845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24845; }

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

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

background-color css

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

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

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

border-color css

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

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

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