Html Css Color HEX #ADAF86 Bud

📋 copy color: '#ADAF86'

red 173 ◦ green 175 ◦ blue 134

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

Shades of Bud #ADAF86

Tints of Bud #ADAF86

RGB

 RED value IS 173 (67.97% from 255) = 35.89%

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

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 35.89%
G = 36.31%
B = 27.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#ADAF86 (or 0xADAF86) is known color: Bud. HEX triplet: AD, AF and 86. RGB value is (173,175,134). Sum of RGB (Red+Green+Blue) = 173+175+134=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF86 is #525079. Grayscale: #A9A9A9. Windows color (decimal): -5394554 or 8826797. OLE color: 8826797.

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

Color convert

RGB 173 175 134 -
CMYK 0.01 0 0.23 0.31
HSL 62.93º 0.2% 0.61% -
HSV(B) 62.93º 0.23% 0.69% -
XYZ 36.87 41.27 28.58 -
YUV 169.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 173 175 134 0.01 0 0.23 0.31 62.93 0.2 0.61
Hex AD AF 86 1 0 17 1F 3F 14 3D
Octal 255 257 206 1 0 27 37 77 24 75
Binary 10101101 10101111 10000110 1 0 10111 11111 111111 10100 111101

Color Harmonies of #ADAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF86

Black with #ADAF86

Text Example


Text Example

White with #ADAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF86; }

 p { color: rgb(173,175,134); }

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

background-color css

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

 a { background-color: rgb(173,175,134); }

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

border-color css

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

 span { border-color: rgb(173,175,134); }

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