Html Css Color HEX #A5AB90 Bud

📋 copy color: '#A5AB90'

red 165 ◦ green 171 ◦ blue 144

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

Shades of Bud #A5AB90

Tints of Bud #A5AB90

RGB

 RED value IS 165 (64.84% from 255) = 34.38%

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

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

R = 34.38%
G = 35.63%
B = 30%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#A5AB90 (or 0xA5AB90) is known color: Bud. HEX triplet: A5, AB and 90. RGB value is (165,171,144). Sum of RGB (Red+Green+Blue) = 165+171+144=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB90 is #5A546F. Grayscale: #A6A6A6. Windows color (decimal): -5919856 or 9481125. OLE color: 9481125.

HSL color Cylindrical-coordinate representation of color #A5AB90: hue angle of 73.33º 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 #A5AB90 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 144 -
CMYK 0.04 0 0.16 0.33
HSL 73.33º 0.14% 0.62% -
HSV(B) 73.33º 0.16% 0.67% -
XYZ 35.11 39.14 32.09 -
YUV 166.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 165 171 144 0.04 0 0.16 0.33 73.33 0.14 0.62
Hex A5 AB 90 4 0 10 21 49 E 3E
Octal 245 253 220 4 0 20 41 111 16 76
Binary 10100101 10101011 10010000 100 0 10000 100001 1001001 1110 111110

Color Harmonies of #A5AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB90

Black with #A5AB90

Text Example


Text Example

White with #A5AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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