Html Css Color HEX #A6B188 Bud

📋 copy color: '#A6B188'

red 166 ◦ green 177 ◦ blue 136

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

Shades of Bud #A6B188

Tints of Bud #A6B188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 34.66%
G = 36.95%
B = 28.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#A6B188 (or 0xA6B188) is known color: Bud. HEX triplet: A6, B1 and 88. RGB value is (166,177,136). Sum of RGB (Red+Green+Blue) = 166+177+136=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B188 is #594E77. Grayscale: #A9A9A9. Windows color (decimal): -5852792 or 8958374. OLE color: 8958374.

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

Color convert

RGB 166 177 136 -
CMYK 0.06 0 0.23 0.31
HSL 76.1º 0.21% 0.61% -
HSV(B) 76.1º 0.23% 0.69% -
XYZ 35.89 41.33 29.38 -
YUV 169.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 166 177 136 0.06 0 0.23 0.31 76.1 0.21 0.61
Hex A6 B1 88 6 0 17 1F 4C 15 3D
Octal 246 261 210 6 0 27 37 114 25 75
Binary 10100110 10110001 10001000 110 0 10111 11111 1001100 10101 111101

Color Harmonies of #A6B188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B188

Black with #A6B188

Text Example


Text Example

White with #A6B188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B188; }

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

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

background-color css

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

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

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

border-color css

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

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

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