Html Css Color HEX #ADB092 Bud

📋 copy color: '#ADB092'

red 173 ◦ green 176 ◦ blue 146

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

Shades of Bud #ADB092

Tints of Bud #ADB092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 34.95%
G = 35.56%
B = 29.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#ADB092 (or 0xADB092) is known color: Bud. HEX triplet: AD, B0 and 92. RGB value is (173,176,146). Sum of RGB (Red+Green+Blue) = 173+176+146=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB092 is #524F6D. Grayscale: #ABABAB. Windows color (decimal): -5394286 or 9613485. OLE color: 9613485.

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

Color convert

RGB 173 176 146 -
CMYK 0.02 0 0.17 0.31
HSL 66º 0.16% 0.63% -
HSV(B) 66º 0.17% 0.69% -
XYZ 37.95 42.01 33.3 -
YUV 171.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 173 176 146 0.02 0 0.17 0.31 66 0.16 0.63
Hex AD B0 92 2 0 11 1F 42 10 3F
Octal 255 260 222 2 0 21 37 102 20 77
Binary 10101101 10110000 10010010 10 0 10001 11111 1000010 10000 111111

Color Harmonies of #ADB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB092

Black with #ADB092

Text Example


Text Example

White with #ADB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB092; }

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

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

background-color css

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

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

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

border-color css

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

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

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