Html Css Color HEX #A8AB90 Bud

📋 copy color: '#A8AB90'

red 168 ◦ green 171 ◦ blue 144

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

Shades of Bud #A8AB90

Tints of Bud #A8AB90

RGB

 RED value IS 168 (66.02% from 255) = 34.78%

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 34.78%
G = 35.4%
B = 29.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#A8AB90 (or 0xA8AB90) is known color: Bud. HEX triplet: A8, AB and 90. RGB value is (168,171,144). Sum of RGB (Red+Green+Blue) = 168+171+144=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB90 is #57546F. Grayscale: #A7A7A7. Windows color (decimal): -5723248 or 9481128. OLE color: 9481128.

HSL color Cylindrical-coordinate representation of color #A8AB90: hue angle of 66.67º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8AB90 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 144 -
CMYK 0.02 0 0.16 0.33
HSL 66.67º 0.14% 0.62% -
HSV(B) 66.67º 0.16% 0.67% -
XYZ 35.75 39.46 32.12 -
YUV 167.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 168 171 144 0.02 0 0.16 0.33 66.67 0.14 0.62
Hex A8 AB 90 2 0 10 21 43 E 3E
Octal 250 253 220 2 0 20 41 103 16 76
Binary 10101000 10101011 10010000 10 0 10000 100001 1000011 1110 111110

Color Harmonies of #A8AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB90

Black with #A8AB90

Text Example


Text Example

White with #A8AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB90; }

 p { color: rgb(168,171,144); }

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

background-color css

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

 a { background-color: rgb(168,171,144); }

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

border-color css

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

 span { border-color: rgb(168,171,144); }

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