Html Css Color HEX #A24D48 Roof Terracotta

📋 copy color: '#A24D48'

red 162 ◦ green 77 ◦ blue 72

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

Shades of Roof Terracotta #A24D48

Tints of Roof Terracotta #A24D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 52.09%
G = 24.76%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A24D48 (or 0xA24D48) is known color: Roof Terracotta. HEX triplet: A2, 4D and 48. RGB value is (162,77,72). Sum of RGB (Red+Green+Blue) = 162+77+72=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D48 is #5DB2B7. Grayscale: #656565. Windows color (decimal): -6140600 or 4738466. OLE color: 4738466.

HSL color Cylindrical-coordinate representation of color #A24D48: hue angle of 3.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24D48 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 77 72 -
CMYK 0 0.52 0.56 0.36
HSL 3.33º 0.38% 0.46% -
HSV(B) 3.33º 0.56% 0.64% -
XYZ 18.72 13.46 7.74 -
YUV 101.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 162 77 72 0 0.52 0.56 0.36 3.33 0.38 0.46
Hex A2 4D 48 0 34 38 24 3 26 2E
Octal 242 115 110 0 64 70 44 3 46 56
Binary 10100010 1001101 1001000 0 110100 111000 100100 11 100110 101110

Color Harmonies of #A24D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D48

Black with #A24D48

Text Example


Text Example

White with #A24D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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