#A5AF8A

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

Shades of Bud #A5AF8A

Tints of Bud #A5AF8A

Color information

#A5AF8A (or 0xA5AF8A) is unknown color: approx Bud. HEX triplet: A5, AF and 8A. RGB value is (165,175,138). Sum of RGB (Red+Green+Blue) = 165+175+138=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF8A is #5A5075. Grayscale: #A7A7A7. Windows color (decimal): -5918838 or 9088933. OLE color: 9088933.

HSL color Cylindrical-coordinate representation of color #A5AF8A: hue angle of 76.22º 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 #A5AF8A is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB165175138-
CMYK0.0600.210.31
HSL76.22º18.78%61.37%-
HSV(B)76.22º21.14%68.63%-
XYZ35.4340.4929.99-
YUV167.79111.19126.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=34.52%
G=36.61%
B=28.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751380.0600.210.3176.2218.7861.37
HexA5AF8A60151F4c133d
Octal2452572126025371142375
Binary10100101101011111000101011001010111111100110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF8A; }

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

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

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

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

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

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

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

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