Html Css Color HEX #A24742 Roof Terracotta

📋 copy color: '#A24742'

red 162 ◦ green 71 ◦ blue 66

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

Shades of Roof Terracotta #A24742

Tints of Roof Terracotta #A24742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

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

R = 54.18%
G = 23.75%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A24742 (or 0xA24742) is known color: Roof Terracotta. HEX triplet: A2, 47 and 42. RGB value is (162,71,66). Sum of RGB (Red+Green+Blue) = 162+71+66=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A24742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24742 is #5DB8BD. Grayscale: #616161. Windows color (decimal): -6142142 or 4343714. OLE color: 4343714.

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

Color convert

RGB 162 71 66 -
CMYK 0 0.56 0.59 0.36
HSL 3.13º 0.42% 0.45% -
HSV(B) 3.13º 0.59% 0.64% -
XYZ 18.14 12.58 6.63 -
YUV 97.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 162 71 66 0 0.56 0.59 0.36 3.13 0.42 0.45
Hex A2 47 42 0 38 3B 24 3 2A 2D
Octal 242 107 102 0 70 73 44 3 52 55
Binary 10100010 1000111 1000010 0 111000 111011 100100 11 101010 101101

Color Harmonies of #A24742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24742

Black with #A24742

Text Example


Text Example

White with #A24742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24742; }

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

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

background-color css

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

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

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

border-color css

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

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

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