Html Css Color HEX #A6AB88 Bud

📋 copy color: '#A6AB88'

red 166 ◦ green 171 ◦ blue 136

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

Shades of Bud #A6AB88

Tints of Bud #A6AB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 35.1%
G = 36.15%
B = 28.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#A6AB88 (or 0xA6AB88) is known color: Bud. HEX triplet: A6, AB and 88. RGB value is (166,171,136). Sum of RGB (Red+Green+Blue) = 166+171+136=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB88 is #595477. Grayscale: #A5A5A5. Windows color (decimal): -5854328 or 8956838. OLE color: 8956838.

HSL color Cylindrical-coordinate representation of color #A6AB88: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6AB88 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 171 136 -
CMYK 0.03 0 0.20 0.33
HSL 68.57º 0.17% 0.6% -
HSV(B) 68.57º 0.2% 0.67% -
XYZ 34.73 39.01 28.99 -
YUV 165.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 166 171 136 0.03 0 0.20 0.33 68.57 0.17 0.6
Hex A6 AB 88 3 0 14 21 45 11 3C
Octal 246 253 210 3 0 24 41 105 21 74
Binary 10100110 10101011 10001000 11 0 10100 100001 1000101 10001 111100

Color Harmonies of #A6AB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB88

Black with #A6AB88

Text Example


Text Example

White with #A6AB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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