Html Css Color HEX #A2483F Roof Terracotta

📋 copy color: '#A2483F'

red 162 ◦ green 72 ◦ blue 63

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

Shades of Roof Terracotta #A2483F

Tints of Roof Terracotta #A2483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 54.55%
G = 24.24%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2483F (or 0xA2483F) is known color: Roof Terracotta. HEX triplet: A2, 48 and 3F. RGB value is (162,72,63). Sum of RGB (Red+Green+Blue) = 162+72+63=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A2483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2483F is #5DB7C0. Grayscale: #626262. Windows color (decimal): -6141889 or 4147362. OLE color: 4147362.

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

Color convert

RGB 162 72 63 -
CMYK 0 0.56 0.61 0.36
HSL 5.45º 0.44% 0.44% -
HSV(B) 5.45º 0.61% 0.64% -
XYZ 18.11 12.67 6.19 -
YUV 97.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 162 72 63 0 0.56 0.61 0.36 5.45 0.44 0.44
Hex A2 48 3F 0 38 3D 24 5 2C 2C
Octal 242 110 77 0 70 75 44 5 54 54
Binary 10100010 1001000 111111 0 111000 111101 100100 101 101100 101100

Color Harmonies of #A2483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2483F

Black with #A2483F

Text Example


Text Example

White with #A2483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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