Html Css Color HEX #ADB093 Bud

📋 copy color: '#ADB093'

red 173 ◦ green 176 ◦ blue 147

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

Shades of Bud #ADB093

Tints of Bud #ADB093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.64%

R = 34.88%
G = 35.48%
B = 29.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#ADB093 (or 0xADB093) is known color: Bud. HEX triplet: AD, B0 and 93. RGB value is (173,176,147). Sum of RGB (Red+Green+Blue) = 173+176+147=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB093 is #524F6C. Grayscale: #ABABAB. Windows color (decimal): -5394285 or 9679021. OLE color: 9679021.

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

Color convert

RGB 173 176 147 -
CMYK 0.02 0 0.16 0.31
HSL 66.21º 0.16% 0.63% -
HSV(B) 66.21º 0.16% 0.69% -
XYZ 38.03 42.04 33.71 -
YUV 171.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 173 176 147 0.02 0 0.16 0.31 66.21 0.16 0.63
Hex AD B0 93 2 0 10 1F 42 10 3F
Octal 255 260 223 2 0 20 37 102 20 77
Binary 10101101 10110000 10010011 10 0 10000 11111 1000010 10000 111111

Color Harmonies of #ADB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB093

Black with #ADB093

Text Example


Text Example

White with #ADB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB093; }

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

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

background-color css

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

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

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

border-color css

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

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

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