Html Css Color HEX #A24242 Roof Terracotta

📋 copy color: '#A24242'

red 162 ◦ green 66 ◦ blue 66

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

Shades of Roof Terracotta #A24242

Tints of Roof Terracotta #A24242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 55.1%
G = 22.45%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A24242 (or 0xA24242) is known color: Roof Terracotta. HEX triplet: A2, 42 and 42. RGB value is (162,66,66). Sum of RGB (Red+Green+Blue) = 162+66+66=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A24242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24242 is #5DBDBD. Grayscale: #5E5E5E. Windows color (decimal): -6143422 or 4342434. OLE color: 4342434.

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

Color convert

RGB 162 66 66 -
CMYK 0 0.59 0.59 0.36
HSL 0.42% 0.45% -
HSV(B) 0.59% 0.64% -
XYZ 17.83 11.97 6.53 -
YUV 94.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 162 66 66 0 0.59 0.59 0.36 0 0.42 0.45
Hex A2 42 42 0 3B 3B 24 0 2A 2D
Octal 242 102 102 0 73 73 44 0 52 55
Binary 10100010 1000010 1000010 0 111011 111011 100100 0 101010 101101

Color Harmonies of #A24242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24242

Black with #A24242

Text Example


Text Example

White with #A24242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24242; }

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

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

background-color css

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

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

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

border-color css

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

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

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