Html Css Color HEX #A69572 Tallow

📋 copy color: '#A69572'

red 166 ◦ green 149 ◦ blue 114

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

Shades of Tallow #A69572

Tints of Tallow #A69572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 38.69%
G = 34.73%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A69572 (or 0xA69572) is known color: Tallow. HEX triplet: A6, 95 and 72. RGB value is (166,149,114). Sum of RGB (Red+Green+Blue) = 166+149+114=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A69572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69572 is #596A8D. Grayscale: #969696. Windows color (decimal): -5859982 or 7509414. OLE color: 7509414.

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

Color convert

RGB 166 149 114 -
CMYK 0 0.10 0.31 0.35
HSL 40.38º 0.23% 0.55% -
HSV(B) 40.38º 0.31% 0.65% -
XYZ 29.51 30.82 20.31 -
YUV 150.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 166 149 114 0 0.10 0.31 0.35 40.38 0.23 0.55
Hex A6 95 72 0 A 1F 23 28 17 37
Octal 246 225 162 0 12 37 43 50 27 67
Binary 10100110 10010101 1110010 0 1010 11111 100011 101000 10111 110111

Color Harmonies of #A69572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69572

Black with #A69572

Text Example


Text Example

White with #A69572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69572; }

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

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

background-color css

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

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

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

border-color css

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

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

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