Html Css Color HEX #A24B40 Roof Terracotta

📋 copy color: '#A24B40'

red 162 ◦ green 75 ◦ blue 64

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

Shades of Roof Terracotta #A24B40

Tints of Roof Terracotta #A24B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 53.82%
G = 24.92%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A24B40 (or 0xA24B40) is known color: Roof Terracotta. HEX triplet: A2, 4B and 40. RGB value is (162,75,64). Sum of RGB (Red+Green+Blue) = 162+75+64=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B40 is #5DB4BF. Grayscale: #636363. Windows color (decimal): -6141120 or 4213666. OLE color: 4213666.

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

Color convert

RGB 162 75 64 -
CMYK 0 0.54 0.60 0.36
HSL 6.73º 0.43% 0.44% -
HSV(B) 6.73º 0.6% 0.64% -
XYZ 18.34 13.08 6.41 -
YUV 99.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 162 75 64 0 0.54 0.60 0.36 6.73 0.43 0.44
Hex A2 4B 40 0 36 3C 24 7 2B 2C
Octal 242 113 100 0 66 74 44 7 53 54
Binary 10100010 1001011 1000000 0 110110 111100 100100 111 101011 101100

Color Harmonies of #A24B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B40

Black with #A24B40

Text Example


Text Example

White with #A24B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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