Html Css Color HEX #ADB08F Bud

📋 copy color: '#ADB08F'

red 173 ◦ green 176 ◦ blue 143

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

Shades of Bud #ADB08F

Tints of Bud #ADB08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 35.16%
G = 35.77%
B = 29.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#ADB08F (or 0xADB08F) is known color: Bud. HEX triplet: AD, B0 and 8F. RGB value is (173,176,143). Sum of RGB (Red+Green+Blue) = 173+176+143=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB08F is #524F70. Grayscale: #ABABAB. Windows color (decimal): -5394289 or 9416877. OLE color: 9416877.

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

Color convert

RGB 173 176 143 -
CMYK 0.02 0 0.19 0.31
HSL 65.45º 0.17% 0.63% -
HSV(B) 65.45º 0.19% 0.69% -
XYZ 37.72 41.92 32.09 -
YUV 171.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 173 176 143 0.02 0 0.19 0.31 65.45 0.17 0.63
Hex AD B0 8F 2 0 13 1F 41 11 3F
Octal 255 260 217 2 0 23 37 101 21 77
Binary 10101101 10110000 10001111 10 0 10011 11111 1000001 10001 111111

Color Harmonies of #ADB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB08F

Black with #ADB08F

Text Example


Text Example

White with #ADB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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