Html Css Color HEX #A2493F Roof Terracotta

📋 copy color: '#A2493F'

red 162 ◦ green 73 ◦ blue 63

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

Shades of Roof Terracotta #A2493F

Tints of Roof Terracotta #A2493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 54.36%
G = 24.5%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2493F (or 0xA2493F) is known color: Roof Terracotta. HEX triplet: A2, 49 and 3F. RGB value is (162,73,63). Sum of RGB (Red+Green+Blue) = 162+73+63=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493F is #5DB6C0. Grayscale: #626262. Windows color (decimal): -6141633 or 4147618. OLE color: 4147618.

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

Color convert

RGB 162 73 63 -
CMYK 0 0.55 0.61 0.36
HSL 6.06º 0.44% 0.44% -
HSV(B) 6.06º 0.61% 0.64% -
XYZ 18.18 12.81 6.22 -
YUV 98.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 162 73 63 0 0.55 0.61 0.36 6.06 0.44 0.44
Hex A2 49 3F 0 37 3D 24 6 2C 2C
Octal 242 111 77 0 67 75 44 6 54 54
Binary 10100010 1001001 111111 0 110111 111101 100100 110 101100 101100

Color Harmonies of #A2493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2493F

Black with #A2493F

Text Example


Text Example

White with #A2493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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