Html Css Color HEX #A14942 Roof Terracotta

📋 copy color: '#A14942'

red 161 ◦ green 73 ◦ blue 66

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

Shades of Roof Terracotta #A14942

Tints of Roof Terracotta #A14942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 66 (26.17% from 255) = 22%

R = 53.67%
G = 24.33%
B = 22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A14942 (or 0xA14942) is known color: Roof Terracotta. HEX triplet: A1, 49 and 42. RGB value is (161,73,66). Sum of RGB (Red+Green+Blue) = 161+73+66=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A14942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14942 is #5EB6BD. Grayscale: #626262. Windows color (decimal): -6207166 or 4344225. OLE color: 4344225.

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

Color convert

RGB 161 73 66 -
CMYK 0 0.55 0.59 0.37
HSL 4.42º 0.42% 0.45% -
HSV(B) 4.42º 0.59% 0.63% -
XYZ 18.06 12.74 6.66 -
YUV 98.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 161 73 66 0 0.55 0.59 0.37 4.42 0.42 0.45
Hex A1 49 42 0 37 3B 25 4 2A 2D
Octal 241 111 102 0 67 73 45 4 52 55
Binary 10100001 1001001 1000010 0 110111 111011 100101 100 101010 101101

Color Harmonies of #A14942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14942

Black with #A14942

Text Example


Text Example

White with #A14942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14942; }

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

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

background-color css

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

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

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

border-color css

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

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

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