Html Css Color HEX #A24941 Roof Terracotta

📋 copy color: '#A24941'

red 162 ◦ green 73 ◦ blue 65

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

Shades of Roof Terracotta #A24941

Tints of Roof Terracotta #A24941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 54%
G = 24.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A24941 (or 0xA24941) is known color: Roof Terracotta. HEX triplet: A2, 49 and 41. RGB value is (162,73,65). Sum of RGB (Red+Green+Blue) = 162+73+65=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A24941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24941 is #5DB6BE. Grayscale: #626262. Windows color (decimal): -6141631 or 4278690. OLE color: 4278690.

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

Color convert

RGB 162 73 65 -
CMYK 0 0.55 0.60 0.36
HSL 4.95º 0.43% 0.45% -
HSV(B) 4.95º 0.6% 0.64% -
XYZ 18.24 12.83 6.52 -
YUV 98.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 162 73 65 0 0.55 0.60 0.36 4.95 0.43 0.45
Hex A2 49 41 0 37 3C 24 5 2B 2D
Octal 242 111 101 0 67 74 44 5 53 55
Binary 10100010 1001001 1000001 0 110111 111100 100100 101 101011 101101

Color Harmonies of #A24941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24941

Black with #A24941

Text Example


Text Example

White with #A24941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24941; }

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

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

background-color css

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

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

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

border-color css

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

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

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