Html Css Color HEX #A69575 Tallow

📋 copy color: '#A69575'

red 166 ◦ green 149 ◦ blue 117

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

Shades of Tallow #A69575

Tints of Tallow #A69575

RGB

 RED value IS 166 (65.23% from 255) = 38.43%

 GREEN value IS 149 (58.59% from 255) = 34.49%

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

R = 38.43%
G = 34.49%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A69575 (or 0xA69575) is known color: Tallow. HEX triplet: A6, 95 and 75. RGB value is (166,149,117). Sum of RGB (Red+Green+Blue) = 166+149+117=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69575 is #596A8A. Grayscale: #969696. Windows color (decimal): -5859979 or 7706022. OLE color: 7706022.

HSL color Cylindrical-coordinate representation of color #A69575: hue angle of 39.18º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69575 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 117 -
CMYK 0 0.10 0.30 0.35
HSL 39.18º 0.22% 0.55% -
HSV(B) 39.18º 0.3% 0.65% -
XYZ 29.68 30.89 21.23 -
YUV 150.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 166 149 117 0 0.10 0.30 0.35 39.18 0.22 0.55
Hex A6 95 75 0 A 1E 23 27 16 37
Octal 246 225 165 0 12 36 43 47 26 67
Binary 10100110 10010101 1110101 0 1010 11110 100011 100111 10110 110111

Color Harmonies of #A69575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69575

Black with #A69575

Text Example


Text Example

White with #A69575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69575; }

 p { color: rgb(166,149,117); }

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

background-color css

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

 a { background-color: rgb(166,149,117); }

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

border-color css

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

 span { border-color: rgb(166,149,117); }

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