Html Css Color HEX #ADB286 Bud

📋 copy color: '#ADB286'

red 173 ◦ green 178 ◦ blue 134

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

Shades of Bud #ADB286

Tints of Bud #ADB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 35.67%
G = 36.7%
B = 27.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#ADB286 (or 0xADB286) is known color: Bud. HEX triplet: AD, B2 and 86. RGB value is (173,178,134). Sum of RGB (Red+Green+Blue) = 173+178+134=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB286 is #524D79. Grayscale: #ABABAB. Windows color (decimal): -5393786 or 8827565. OLE color: 8827565.

HSL color Cylindrical-coordinate representation of color #ADB286: hue angle of 66.82º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB286 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 134 -
CMYK 0.03 0 0.25 0.30
HSL 66.82º 0.22% 0.61% -
HSV(B) 66.82º 0.25% 0.7% -
XYZ 37.46 42.45 28.77 -
YUV 171.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 173 178 134 0.03 0 0.25 0.30 66.82 0.22 0.61
Hex AD B2 86 3 0 19 1E 43 16 3D
Octal 255 262 206 3 0 31 36 103 26 75
Binary 10101101 10110010 10000110 11 0 11001 11110 1000011 10110 111101

Color Harmonies of #ADB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB286

Black with #ADB286

Text Example


Text Example

White with #ADB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB286; }

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

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

background-color css

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

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

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

border-color css

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

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

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