Html Css Color HEX #A24140 Roof Terracotta

📋 copy color: '#A24140'

red 162 ◦ green 65 ◦ blue 64

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

Shades of Roof Terracotta #A24140

Tints of Roof Terracotta #A24140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 55.67%
G = 22.34%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A24140 (or 0xA24140) is known color: Roof Terracotta. HEX triplet: A2, 41 and 40. RGB value is (162,65,64). Sum of RGB (Red+Green+Blue) = 162+65+64=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24140 is #5DBEBF. Grayscale: #5D5D5D. Windows color (decimal): -6143680 or 4211106. OLE color: 4211106.

HSL color Cylindrical-coordinate representation of color #A24140: hue angle of 0.61º 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 #A24140 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 64 -
CMYK 0 0.60 0.60 0.36
HSL 0.61º 0.43% 0.44% -
HSV(B) 0.61º 0.6% 0.64% -
XYZ 17.72 11.83 6.2 -
YUV 93.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 162 65 64 0 0.60 0.60 0.36 0.61 0.43 0.44
Hex A2 41 40 0 3C 3C 24 1 2B 2C
Octal 242 101 100 0 74 74 44 1 53 54
Binary 10100010 1000001 1000000 0 111100 111100 100100 1 101011 101100

Color Harmonies of #A24140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24140

Black with #A24140

Text Example


Text Example

White with #A24140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24140; }

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

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

background-color css

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

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

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

border-color css

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

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

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