Html Css Color HEX #A24B3E Roof Terracotta

📋 copy color: '#A24B3E'

red 162 ◦ green 75 ◦ blue 62

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

Shades of Roof Terracotta #A24B3E

Tints of Roof Terracotta #A24B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 54.18%
G = 25.08%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A24B3E (or 0xA24B3E) is known color: Roof Terracotta. HEX triplet: A2, 4B and 3E. RGB value is (162,75,62). Sum of RGB (Red+Green+Blue) = 162+75+62=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B3E is #5DB4C1. Grayscale: #636363. Windows color (decimal): -6141122 or 4082594. OLE color: 4082594.

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

Color convert

RGB 162 75 62 -
CMYK 0 0.54 0.62 0.36
HSL 7.8º 0.45% 0.44% -
HSV(B) 7.8º 0.62% 0.64% -
XYZ 18.29 13.06 6.11 -
YUV 99.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 162 75 62 0 0.54 0.62 0.36 7.8 0.45 0.44
Hex A2 4B 3E 0 36 3E 24 8 2D 2C
Octal 242 113 76 0 66 76 44 10 55 54
Binary 10100010 1001011 111110 0 110110 111110 100100 1000 101101 101100

Color Harmonies of #A24B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B3E

Black with #A24B3E

Text Example


Text Example

White with #A24B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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