Html Css Color HEX #A24B42 Roof Terracotta

📋 copy color: '#A24B42'

red 162 ◦ green 75 ◦ blue 66

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

Shades of Roof Terracotta #A24B42

Tints of Roof Terracotta #A24B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.75%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 53.47%
G = 24.75%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A24B42 (or 0xA24B42) is known color: Roof Terracotta. HEX triplet: A2, 4B and 42. RGB value is (162,75,66). Sum of RGB (Red+Green+Blue) = 162+75+66=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B42 is #5DB4BD. Grayscale: #646464. Windows color (decimal): -6141118 or 4344738. OLE color: 4344738.

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

Color convert

RGB 162 75 66 -
CMYK 0 0.54 0.59 0.36
HSL 5.63º 0.42% 0.45% -
HSV(B) 5.63º 0.59% 0.64% -
XYZ 18.4 13.11 6.71 -
YUV 99.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 162 75 66 0 0.54 0.59 0.36 5.63 0.42 0.45
Hex A2 4B 42 0 36 3B 24 6 2A 2D
Octal 242 113 102 0 66 73 44 6 52 55
Binary 10100010 1001011 1000010 0 110110 111011 100100 110 101010 101101

Color Harmonies of #A24B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B42

Black with #A24B42

Text Example


Text Example

White with #A24B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B42; }

 p { color: rgb(162,75,66); }

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

background-color css

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

 a { background-color: rgb(162,75,66); }

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

border-color css

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

 span { border-color: rgb(162,75,66); }

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