Html Css Color HEX #A24D4A Roof Terracotta

📋 copy color: '#A24D4A'

red 162 ◦ green 77 ◦ blue 74

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

Shades of Roof Terracotta #A24D4A

Tints of Roof Terracotta #A24D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 51.76%
G = 24.6%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A24D4A (or 0xA24D4A) is known color: Roof Terracotta. HEX triplet: A2, 4D and 4A. RGB value is (162,77,74). Sum of RGB (Red+Green+Blue) = 162+77+74=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D4A is #5DB2B5. Grayscale: #666666. Windows color (decimal): -6140598 or 4869538. OLE color: 4869538.

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

Color convert

RGB 162 77 74 -
CMYK 0 0.52 0.54 0.36
HSL 2.05º 0.37% 0.46% -
HSV(B) 2.05º 0.54% 0.64% -
XYZ 18.79 13.48 8.09 -
YUV 102.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 162 77 74 0 0.52 0.54 0.36 2.05 0.37 0.46
Hex A2 4D 4A 0 34 36 24 2 25 2E
Octal 242 115 112 0 64 66 44 2 45 56
Binary 10100010 1001101 1001010 0 110100 110110 100100 10 100101 101110

Color Harmonies of #A24D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D4A

Black with #A24D4A

Text Example


Text Example

White with #A24D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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