Html Css Color HEX #A2493E Roof Terracotta

📋 copy color: '#A2493E'

red 162 ◦ green 73 ◦ blue 62

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

Shades of Roof Terracotta #A2493E

Tints of Roof Terracotta #A2493E

RGB

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

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

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

R = 54.55%
G = 24.58%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2493E (or 0xA2493E) is known color: Roof Terracotta. HEX triplet: A2, 49 and 3E. RGB value is (162,73,62). Sum of RGB (Red+Green+Blue) = 162+73+62=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493E is #5DB6C1. Grayscale: #626262. Windows color (decimal): -6141634 or 4082082. OLE color: 4082082.

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

Color convert

RGB 162 73 62 -
CMYK 0 0.55 0.62 0.36
HSL 6.6º 0.45% 0.44% -
HSV(B) 6.6º 0.62% 0.64% -
XYZ 18.15 12.79 6.07 -
YUV 98.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 162 73 62 0 0.55 0.62 0.36 6.6 0.45 0.44
Hex A2 49 3E 0 37 3E 24 7 2D 2C
Octal 242 111 76 0 67 76 44 7 55 54
Binary 10100010 1001001 111110 0 110111 111110 100100 111 101101 101100

Color Harmonies of #A2493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2493E

Black with #A2493E

Text Example


Text Example

White with #A2493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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