Html Css Color HEX #A24D4C Roof Terracotta

📋 copy color: '#A24D4C'

red 162 ◦ green 77 ◦ blue 76

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

Shades of Roof Terracotta #A24D4C

Tints of Roof Terracotta #A24D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 51.43%
G = 24.44%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A24D4C (or 0xA24D4C) is known color: Roof Terracotta. HEX triplet: A2, 4D and 4C. RGB value is (162,77,76). Sum of RGB (Red+Green+Blue) = 162+77+76=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D4C is #5DB2B3. Grayscale: #666666. Windows color (decimal): -6140596 or 5000610. OLE color: 5000610.

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

Color convert

RGB 162 77 76 -
CMYK 0 0.52 0.53 0.36
HSL 0.7º 0.36% 0.47% -
HSV(B) 0.7º 0.53% 0.64% -
XYZ 18.86 13.51 8.45 -
YUV 102.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 162 77 76 0 0.52 0.53 0.36 0.7 0.36 0.47
Hex A2 4D 4C 0 34 35 24 1 24 2F
Octal 242 115 114 0 64 65 44 1 44 57
Binary 10100010 1001101 1001100 0 110100 110101 100100 1 100100 101111

Color Harmonies of #A24D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D4C

Black with #A24D4C

Text Example


Text Example

White with #A24D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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