Html Css Color HEX #A6B185 Bud

📋 copy color: '#A6B185'

red 166 ◦ green 177 ◦ blue 133

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

Shades of Bud #A6B185

Tints of Bud #A6B185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 34.87%
G = 37.18%
B = 27.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#A6B185 (or 0xA6B185) is known color: Bud. HEX triplet: A6, B1 and 85. RGB value is (166,177,133). Sum of RGB (Red+Green+Blue) = 166+177+133=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B185 is #594E7A. Grayscale: #A8A8A8. Windows color (decimal): -5852795 or 8761766. OLE color: 8761766.

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

Color convert

RGB 166 177 133 -
CMYK 0.06 0 0.25 0.31
HSL 75º 0.22% 0.61% -
HSV(B) 75º 0.25% 0.69% -
XYZ 35.68 41.24 28.27 -
YUV 168.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 166 177 133 0.06 0 0.25 0.31 75 0.22 0.61
Hex A6 B1 85 6 0 19 1F 4B 16 3D
Octal 246 261 205 6 0 31 37 113 26 75
Binary 10100110 10110001 10000101 110 0 11001 11111 1001011 10110 111101

Color Harmonies of #A6B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B185

Black with #A6B185

Text Example


Text Example

White with #A6B185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B185; }

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

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

background-color css

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

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

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

border-color css

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

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

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