Html Css Color HEX #ADB089 Bud

📋 copy color: '#ADB089'

red 173 ◦ green 176 ◦ blue 137

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

Shades of Bud #ADB089

Tints of Bud #ADB089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 35.6%
G = 36.21%
B = 28.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#ADB089 (or 0xADB089) is known color: Bud. HEX triplet: AD, B0 and 89. RGB value is (173,176,137). Sum of RGB (Red+Green+Blue) = 173+176+137=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB089 is #524F76. Grayscale: #AAAAAA. Windows color (decimal): -5394295 or 9023661. OLE color: 9023661.

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

Color convert

RGB 173 176 137 -
CMYK 0.02 0 0.22 0.31
HSL 64.62º 0.2% 0.61% -
HSV(B) 64.62º 0.22% 0.69% -
XYZ 37.27 41.74 29.76 -
YUV 170.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 173 176 137 0.02 0 0.22 0.31 64.62 0.2 0.61
Hex AD B0 89 2 0 16 1F 41 14 3D
Octal 255 260 211 2 0 26 37 101 24 75
Binary 10101101 10110000 10001001 10 0 10110 11111 1000001 10100 111101

Color Harmonies of #ADB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB089

Black with #ADB089

Text Example


Text Example

White with #ADB089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB089; }

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

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

background-color css

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

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

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

border-color css

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

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

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