Html Css Color HEX #ADB08A Bud

📋 copy color: '#ADB08A'

red 173 ◦ green 176 ◦ blue 138

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

Shades of Bud #ADB08A

Tints of Bud #ADB08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.34%

R = 35.52%
G = 36.14%
B = 28.34%

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

#ADB08A (or 0xADB08A) is known color: Bud. HEX triplet: AD, B0 and 8A. RGB value is (173,176,138). Sum of RGB (Red+Green+Blue) = 173+176+138=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB08A is #524F75. Grayscale: #AAAAAA. Windows color (decimal): -5394294 or 9089197. OLE color: 9089197.

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

Color convert

RGB 173 176 138 -
CMYK 0.02 0 0.22 0.31
HSL 64.74º 0.19% 0.62% -
HSV(B) 64.74º 0.22% 0.69% -
XYZ 37.35 41.77 30.14 -
YUV 170.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 173 176 138 0.02 0 0.22 0.31 64.74 0.19 0.62
Hex AD B0 8A 2 0 16 1F 41 13 3E
Octal 255 260 212 2 0 26 37 101 23 76
Binary 10101101 10110000 10001010 10 0 10110 11111 1000001 10011 111110

Color Harmonies of #ADB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB08A

Black with #ADB08A

Text Example


Text Example

White with #ADB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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