Html Css Color HEX #A2423F Roof Terracotta

📋 copy color: '#A2423F'

red 162 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #A2423F

Tints of Roof Terracotta #A2423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

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

R = 55.67%
G = 22.68%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2423F (or 0xA2423F) is known color: Roof Terracotta. HEX triplet: A2, 42 and 3F. RGB value is (162,66,63). Sum of RGB (Red+Green+Blue) = 162+66+63=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2423F is #5DBDC0. Grayscale: #5E5E5E. Windows color (decimal): -6143425 or 4145826. OLE color: 4145826.

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

Color convert

RGB 162 66 63 -
CMYK 0 0.59 0.61 0.36
HSL 1.82º 0.44% 0.44% -
HSV(B) 1.82º 0.61% 0.64% -
XYZ 17.75 11.94 6.07 -
YUV 94.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 162 66 63 0 0.59 0.61 0.36 1.82 0.44 0.44
Hex A2 42 3F 0 3B 3D 24 2 2C 2C
Octal 242 102 77 0 73 75 44 2 54 54
Binary 10100010 1000010 111111 0 111011 111101 100100 10 101100 101100

Color Harmonies of #A2423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2423F

Black with #A2423F

Text Example


Text Example

White with #A2423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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