Html Css Color HEX #A24944 Roof Terracotta

📋 copy color: '#A24944'

red 162 ◦ green 73 ◦ blue 68

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

Shades of Roof Terracotta #A24944

Tints of Roof Terracotta #A24944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 53.47%
G = 24.09%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A24944 (or 0xA24944) is known color: Roof Terracotta. HEX triplet: A2, 49 and 44. RGB value is (162,73,68). Sum of RGB (Red+Green+Blue) = 162+73+68=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24944 is #5DB6BB. Grayscale: #636363. Windows color (decimal): -6141628 or 4475298. OLE color: 4475298.

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

Color convert

RGB 162 73 68 -
CMYK 0 0.55 0.58 0.36
HSL 3.19º 0.41% 0.45% -
HSV(B) 3.19º 0.58% 0.64% -
XYZ 18.33 12.86 6.99 -
YUV 99.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 162 73 68 0 0.55 0.58 0.36 3.19 0.41 0.45
Hex A2 49 44 0 37 3A 24 3 29 2D
Octal 242 111 104 0 67 72 44 3 51 55
Binary 10100010 1001001 1000100 0 110111 111010 100100 11 101001 101101

Color Harmonies of #A24944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24944

Black with #A24944

Text Example


Text Example

White with #A24944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24944; }

 p { color: rgb(162,73,68); }

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

background-color css

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

 a { background-color: rgb(162,73,68); }

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

border-color css

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

 span { border-color: rgb(162,73,68); }

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