Html Css Color HEX #A0423F Roof Terracotta

📋 copy color: '#A0423F'

red 160 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #A0423F

Tints of Roof Terracotta #A0423F

RGB

 RED value IS 160 (62.89% from 255) = 55.36%

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

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

R = 55.36%
G = 22.84%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0423F (or 0xA0423F) is known color: Roof Terracotta. HEX triplet: A0, 42 and 3F. RGB value is (160,66,63). Sum of RGB (Red+Green+Blue) = 160+66+63=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0423F is #5FBDC0. Grayscale: #5D5D5D. Windows color (decimal): -6274497 or 4145824. OLE color: 4145824.

HSL color Cylindrical-coordinate representation of color #A0423F: hue angle of 1.86º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0423F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 63 -
CMYK 0 0.59 0.61 0.37
HSL 1.86º 0.43% 0.44% -
HSV(B) 1.86º 0.61% 0.63% -
XYZ 17.34 11.73 6.05 -
YUV 93.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 160 66 63 0 0.59 0.61 0.37 1.86 0.43 0.44
Hex A0 42 3F 0 3B 3D 25 2 2B 2C
Octal 240 102 77 0 73 75 45 2 53 54
Binary 10100000 1000010 111111 0 111011 111101 100101 10 101011 101100

Color Harmonies of #A0423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0423F

Black with #A0423F

Text Example


Text Example

White with #A0423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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