Html Css Color HEX #A09675 Tallow

📋 copy color: '#A09675'

red 160 ◦ green 150 ◦ blue 117

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

Shades of Tallow #A09675

Tints of Tallow #A09675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 37.47%
G = 35.13%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A09675 (or 0xA09675) is known color: Tallow. HEX triplet: A0, 96 and 75. RGB value is (160,150,117). Sum of RGB (Red+Green+Blue) = 160+150+117=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A09675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09675 is #5F698A. Grayscale: #959595. Windows color (decimal): -6252939 or 7706272. OLE color: 7706272.

HSL color Cylindrical-coordinate representation of color #A09675: hue angle of 46.05º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09675 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 150 117 -
CMYK 0 0.06 0.27 0.37
HSL 46.05º 0.18% 0.54% -
HSV(B) 46.05º 0.27% 0.63% -
XYZ 28.61 30.57 21.22 -
YUV 149.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 160 150 117 0 0.06 0.27 0.37 46.05 0.18 0.54
Hex A0 96 75 0 6 1B 25 2E 12 36
Octal 240 226 165 0 6 33 45 56 22 66
Binary 10100000 10010110 1110101 0 110 11011 100101 101110 10010 110110

Color Harmonies of #A09675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09675

Black with #A09675

Text Example


Text Example

White with #A09675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09675; }

 p { color: rgb(160,150,117); }

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

background-color css

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

 a { background-color: rgb(160,150,117); }

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

border-color css

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

 span { border-color: rgb(160,150,117); }

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