Html Css Color HEX #A24B47 Roof Terracotta

📋 copy color: '#A24B47'

red 162 ◦ green 75 ◦ blue 71

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

Shades of Roof Terracotta #A24B47

Tints of Roof Terracotta #A24B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.35%

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 52.6%
G = 24.35%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A24B47 (or 0xA24B47) is known color: Roof Terracotta. HEX triplet: A2, 4B and 47. RGB value is (162,75,71). Sum of RGB (Red+Green+Blue) = 162+75+71=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B47 is #5DB4B8. Grayscale: #646464. Windows color (decimal): -6141113 or 4672418. OLE color: 4672418.

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

Color convert

RGB 162 75 71 -
CMYK 0 0.54 0.56 0.36
HSL 2.64º 0.39% 0.46% -
HSV(B) 2.64º 0.56% 0.64% -
XYZ 18.55 13.17 7.53 -
YUV 100.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 162 75 71 0 0.54 0.56 0.36 2.64 0.39 0.46
Hex A2 4B 47 0 36 38 24 3 27 2E
Octal 242 113 107 0 66 70 44 3 47 56
Binary 10100010 1001011 1000111 0 110110 111000 100100 11 100111 101110

Color Harmonies of #A24B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B47

Black with #A24B47

Text Example


Text Example

White with #A24B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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