Html Css Color HEX #A24D43 Roof Terracotta

📋 copy color: '#A24D43'

red 162 ◦ green 77 ◦ blue 67

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

Shades of Roof Terracotta #A24D43

Tints of Roof Terracotta #A24D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.9%

R = 52.94%
G = 25.16%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A24D43 (or 0xA24D43) is known color: Roof Terracotta. HEX triplet: A2, 4D and 43. RGB value is (162,77,67). Sum of RGB (Red+Green+Blue) = 162+77+67=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D43 is #5DB2BC. Grayscale: #656565. Windows color (decimal): -6140605 or 4410786. OLE color: 4410786.

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

Color convert

RGB 162 77 67 -
CMYK 0 0.52 0.59 0.36
HSL 6.32º 0.41% 0.45% -
HSV(B) 6.32º 0.59% 0.64% -
XYZ 18.57 13.39 6.92 -
YUV 101.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 162 77 67 0 0.52 0.59 0.36 6.32 0.41 0.45
Hex A2 4D 43 0 34 3B 24 6 29 2D
Octal 242 115 103 0 64 73 44 6 51 55
Binary 10100010 1001101 1000011 0 110100 111011 100100 110 101001 101101

Color Harmonies of #A24D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D43

Black with #A24D43

Text Example


Text Example

White with #A24D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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