Html Css Color HEX #A1453E Roof Terracotta

📋 copy color: '#A1453E'

red 161 ◦ green 69 ◦ blue 62

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

Shades of Roof Terracotta #A1453E

Tints of Roof Terracotta #A1453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 55.14%
G = 23.63%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1453E (or 0xA1453E) is known color: Roof Terracotta. HEX triplet: A1, 45 and 3E. RGB value is (161,69,62). Sum of RGB (Red+Green+Blue) = 161+69+62=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1453E is #5EBAC1. Grayscale: #5F5F5F. Windows color (decimal): -6208194 or 4081057. OLE color: 4081057.

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

Color convert

RGB 161 69 62 -
CMYK 0 0.57 0.61 0.37
HSL 4.24º 0.44% 0.44% -
HSV(B) 4.24º 0.61% 0.63% -
XYZ 17.7 12.18 5.98 -
YUV 95.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 161 69 62 0 0.57 0.61 0.37 4.24 0.44 0.44
Hex A1 45 3E 0 39 3D 25 4 2C 2C
Octal 241 105 76 0 71 75 45 4 54 54
Binary 10100001 1000101 111110 0 111001 111101 100101 100 101100 101100

Color Harmonies of #A1453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1453E

Black with #A1453E

Text Example


Text Example

White with #A1453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1453E; }

 p { color: rgb(161,69,62); }

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

background-color css

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

 a { background-color: rgb(161,69,62); }

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

border-color css

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

 span { border-color: rgb(161,69,62); }

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