Html Css Color HEX #A1423F Roof Terracotta

📋 copy color: '#A1423F'

red 161 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #A1423F

Tints of Roof Terracotta #A1423F

RGB

 RED value IS 161 (63.28% from 255) = 55.52%

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

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

R = 55.52%
G = 22.76%
B = 21.72%

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

#A1423F (or 0xA1423F) is known color: Roof Terracotta. HEX triplet: A1, 42 and 3F. RGB value is (161,66,63). Sum of RGB (Red+Green+Blue) = 161+66+63=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1423F is #5EBDC0. Grayscale: #5E5E5E. Windows color (decimal): -6208961 or 4145825. OLE color: 4145825.

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

Color convert

RGB 161 66 63 -
CMYK 0 0.59 0.61 0.37
HSL 1.84º 0.44% 0.44% -
HSV(B) 1.84º 0.61% 0.63% -
XYZ 17.54 11.83 6.06 -
YUV 94.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 161 66 63 0 0.59 0.61 0.37 1.84 0.44 0.44
Hex A1 42 3F 0 3B 3D 25 2 2C 2C
Octal 241 102 77 0 73 75 45 2 54 54
Binary 10100001 1000010 111111 0 111011 111101 100101 10 101100 101100

Color Harmonies of #A1423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1423F

Black with #A1423F

Text Example


Text Example

White with #A1423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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