Html Css Color HEX #A4AB85 Bud

📋 copy color: '#A4AB85'

red 164 ◦ green 171 ◦ blue 133

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

Shades of Bud #A4AB85

Tints of Bud #A4AB85

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

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

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

R = 35.04%
G = 36.54%
B = 28.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#A4AB85 (or 0xA4AB85) is known color: Bud. HEX triplet: A4, AB and 85. RGB value is (164,171,133). Sum of RGB (Red+Green+Blue) = 164+171+133=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB85 is #5B547A. Grayscale: #A4A4A4. Windows color (decimal): -5985403 or 8760228. OLE color: 8760228.

HSL color Cylindrical-coordinate representation of color #A4AB85: hue angle of 71.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4AB85 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 171 133 -
CMYK 0.04 0 0.22 0.33
HSL 71.05º 0.18% 0.6% -
HSV(B) 71.05º 0.22% 0.67% -
XYZ 34.11 38.71 27.86 -
YUV 164.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 164 171 133 0.04 0 0.22 0.33 71.05 0.18 0.6
Hex A4 AB 85 4 0 16 21 47 12 3C
Octal 244 253 205 4 0 26 41 107 22 74
Binary 10100100 10101011 10000101 100 0 10110 100001 1000111 10010 111100

Color Harmonies of #A4AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB85

Black with #A4AB85

Text Example


Text Example

White with #A4AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB85; }

 p { color: rgb(164,171,133); }

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

background-color css

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

 a { background-color: rgb(164,171,133); }

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

border-color css

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

 span { border-color: rgb(164,171,133); }

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