#A6AF8A

Color #A6AF8A Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #A6AF8A

Tints of Bud #A6AF8A

Color information

#A6AF8A (or 0xA6AF8A) is unknown color: approx Bud. HEX triplet: A6, AF and 8A. RGB value is (166,175,138). Sum of RGB (Red+Green+Blue) = 166+175+138=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF8A is #595075. Grayscale: #A8A8A8. Windows color (decimal): -5853302 or 9088934. OLE color: 9088934.

HSL color Cylindrical-coordinate representation of color #A6AF8A: hue angle of 74.59º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6AF8A is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB166175138-
CMYK0.0500.210.31
HSL74.59º18.78%61.37%-
HSV(B)74.59º21.14%68.63%-
XYZ35.6440.630-
YUV168.09111.02126.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=34.66%
G=36.53%
B=28.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751380.0500.210.3174.5918.7861.37
HexA6AF8A50151F4b133d
Octal2462572125025371132375
Binary10100110101011111000101010101010111111100101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF8A; }

 p { color: rgb(166,175,138); }

 H1.HeaderClassName
 {
   color: #A6AF8A;
 }
 .AnyTagClassName
 {
   color: #A6AF8A;
 }
</style>
background-color css

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

 a { background-color: rgb(166,175,138); }

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

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

 span { border-color: rgb(166,175,138); }

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