Html Css Color HEX #ADB090 Bud

📋 copy color: '#ADB090'

red 173 ◦ green 176 ◦ blue 144

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

Shades of Bud #ADB090

Tints of Bud #ADB090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 35.09%
G = 35.7%
B = 29.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#ADB090 (or 0xADB090) is known color: Bud. HEX triplet: AD, B0 and 90. RGB value is (173,176,144). Sum of RGB (Red+Green+Blue) = 173+176+144=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB090 is #524F6F. Grayscale: #ABABAB. Windows color (decimal): -5394288 or 9482413. OLE color: 9482413.

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

Color convert

RGB 173 176 144 -
CMYK 0.02 0 0.18 0.31
HSL 65.63º 0.17% 0.63% -
HSV(B) 65.63º 0.18% 0.69% -
XYZ 37.79 41.95 32.49 -
YUV 171.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 173 176 144 0.02 0 0.18 0.31 65.63 0.17 0.63
Hex AD B0 90 2 0 12 1F 42 11 3F
Octal 255 260 220 2 0 22 37 102 21 77
Binary 10101101 10110000 10010000 10 0 10010 11111 1000010 10001 111111

Color Harmonies of #ADB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB090

Black with #ADB090

Text Example


Text Example

White with #ADB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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