Html Css Color HEX #ABAF85 Bud

📋 copy color: '#ABAF85'

red 171 ◦ green 175 ◦ blue 133

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

Shades of Bud #ABAF85

Tints of Bud #ABAF85

RGB

 RED value IS 171 (67.19% from 255) = 35.7%

 GREEN value IS 175 (68.75% from 255) = 36.53%

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

R = 35.7%
G = 36.53%
B = 27.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#ABAF85 (or 0xABAF85) is known color: Bud. HEX triplet: AB, AF and 85. RGB value is (171,175,133). Sum of RGB (Red+Green+Blue) = 171+175+133=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF85 is #54507A. Grayscale: #A9A9A9. Windows color (decimal): -5525627 or 8761259. OLE color: 8761259.

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

Color convert

RGB 171 175 133 -
CMYK 0.02 0 0.24 0.31
HSL 65.71º 0.21% 0.6% -
HSV(B) 65.71º 0.24% 0.69% -
XYZ 36.36 41.01 28.19 -
YUV 169.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 171 175 133 0.02 0 0.24 0.31 65.71 0.21 0.6
Hex AB AF 85 2 0 18 1F 42 15 3C
Octal 253 257 205 2 0 30 37 102 25 74
Binary 10101011 10101111 10000101 10 0 11000 11111 1000010 10101 111100

Color Harmonies of #ABAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF85

Black with #ABAF85

Text Example


Text Example

White with #ABAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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