Html Css Color HEX #ADB385 Bud

📋 copy color: '#ADB385'

red 173 ◦ green 179 ◦ blue 133

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

Shades of Bud #ADB385

Tints of Bud #ADB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

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

R = 35.67%
G = 36.91%
B = 27.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#ADB385 (or 0xADB385) is known color: Bud. HEX triplet: AD, B3 and 85. RGB value is (173,179,133). Sum of RGB (Red+Green+Blue) = 173+179+133=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB385 is #524C7A. Grayscale: #ACACAC. Windows color (decimal): -5393531 or 8762285. OLE color: 8762285.

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

Color convert

RGB 173 179 133 -
CMYK 0.03 0 0.26 0.30
HSL 67.83º 0.23% 0.61% -
HSV(B) 67.83º 0.26% 0.7% -
XYZ 37.59 42.82 28.47 -
YUV 171.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 173 179 133 0.03 0 0.26 0.30 67.83 0.23 0.61
Hex AD B3 85 3 0 1A 1E 44 17 3D
Octal 255 263 205 3 0 32 36 104 27 75
Binary 10101101 10110011 10000101 11 0 11010 11110 1000100 10111 111101

Color Harmonies of #ADB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB385

Black with #ADB385

Text Example


Text Example

White with #ADB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB385; }

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

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

background-color css

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

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

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

border-color css

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

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

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