Html Css Color HEX #A6AE88 Bud

📋 copy color: '#A6AE88'

red 166 ◦ green 174 ◦ blue 136

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

Shades of Bud #A6AE88

Tints of Bud #A6AE88

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 34.87%
G = 36.55%
B = 28.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#A6AE88 (or 0xA6AE88) is known color: Bud. HEX triplet: A6, AE and 88. RGB value is (166,174,136). Sum of RGB (Red+Green+Blue) = 166+174+136=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AE88 is #595177. Grayscale: #A7A7A7. Windows color (decimal): -5853560 or 8957606. OLE color: 8957606.

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

Color convert

RGB 166 174 136 -
CMYK 0.05 0 0.22 0.32
HSL 72.63º 0.19% 0.61% -
HSV(B) 72.63º 0.22% 0.68% -
XYZ 35.31 40.16 29.18 -
YUV 167.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 166 174 136 0.05 0 0.22 0.32 72.63 0.19 0.61
Hex A6 AE 88 5 0 16 20 49 13 3D
Octal 246 256 210 5 0 26 40 111 23 75
Binary 10100110 10101110 10001000 101 0 10110 100000 1001001 10011 111101

Color Harmonies of #A6AE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AE88

Black with #A6AE88

Text Example


Text Example

White with #A6AE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AE88; }

 p { color: rgb(166,174,136); }

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

background-color css

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

 a { background-color: rgb(166,174,136); }

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

border-color css

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

 span { border-color: rgb(166,174,136); }

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