Html Css Color HEX #ADB085 Bud

📋 copy color: '#ADB085'

red 173 ◦ green 176 ◦ blue 133

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

Shades of Bud #ADB085

Tints of Bud #ADB085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 35.89%
G = 36.51%
B = 27.59%

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

#ADB085 (or 0xADB085) is known color: Bud. HEX triplet: AD, B0 and 85. RGB value is (173,176,133). Sum of RGB (Red+Green+Blue) = 173+176+133=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB085 is #524F7A. Grayscale: #AAAAAA. Windows color (decimal): -5394299 or 8761517. OLE color: 8761517.

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

Color convert

RGB 173 176 133 -
CMYK 0.02 0 0.24 0.31
HSL 64.19º 0.21% 0.61% -
HSV(B) 64.19º 0.24% 0.69% -
XYZ 36.99 41.63 28.28 -
YUV 170.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 173 176 133 0.02 0 0.24 0.31 64.19 0.21 0.61
Hex AD B0 85 2 0 18 1F 40 15 3D
Octal 255 260 205 2 0 30 37 100 25 75
Binary 10101101 10110000 10000101 10 0 11000 11111 1000000 10101 111101

Color Harmonies of #ADB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB085

Black with #ADB085

Text Example


Text Example

White with #ADB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB085; }

 p { color: rgb(173,176,133); }

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

background-color css

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

 a { background-color: rgb(173,176,133); }

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

border-color css

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

 span { border-color: rgb(173,176,133); }

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