Html Css Color HEX #A24A46 Roof Terracotta

📋 copy color: '#A24A46'

red 162 ◦ green 74 ◦ blue 70

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

Shades of Roof Terracotta #A24A46

Tints of Roof Terracotta #A24A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 52.94%
G = 24.18%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A24A46 (or 0xA24A46) is known color: Roof Terracotta. HEX triplet: A2, 4A and 46. RGB value is (162,74,70). Sum of RGB (Red+Green+Blue) = 162+74+70=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A46 is #5DB5B9. Grayscale: #636363. Windows color (decimal): -6141370 or 4606626. OLE color: 4606626.

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

Color convert

RGB 162 74 70 -
CMYK 0 0.54 0.57 0.36
HSL 2.61º 0.4% 0.45% -
HSV(B) 2.61º 0.57% 0.64% -
XYZ 18.45 13.02 7.34 -
YUV 99.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 162 74 70 0 0.54 0.57 0.36 2.61 0.4 0.45
Hex A2 4A 46 0 36 39 24 3 28 2D
Octal 242 112 106 0 66 71 44 3 50 55
Binary 10100010 1001010 1000110 0 110110 111001 100100 11 101000 101101

Color Harmonies of #A24A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A46

Black with #A24A46

Text Example


Text Example

White with #A24A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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