Html Css Color HEX #ADB48B Bud

📋 copy color: '#ADB48B'

red 173 ◦ green 180 ◦ blue 139

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

Shades of Bud #ADB48B

Tints of Bud #ADB48B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 35.16%
G = 36.59%
B = 28.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#ADB48B (or 0xADB48B) is known color: Bud. HEX triplet: AD, B4 and 8B. RGB value is (173,180,139). Sum of RGB (Red+Green+Blue) = 173+180+139=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB48B is #524B74. Grayscale: #ADADAD. Windows color (decimal): -5393269 or 9155757. OLE color: 9155757.

HSL color Cylindrical-coordinate representation of color #ADB48B: hue angle of 70.24º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB48B is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 139 -
CMYK 0.04 0 0.23 0.29
HSL 70.24º 0.21% 0.63% -
HSV(B) 70.24º 0.23% 0.71% -
XYZ 38.22 43.39 30.79 -
YUV 173.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 173 180 139 0.04 0 0.23 0.29 70.24 0.21 0.63
Hex AD B4 8B 4 0 17 1D 46 15 3F
Octal 255 264 213 4 0 27 35 106 25 77
Binary 10101101 10110100 10001011 100 0 10111 11101 1000110 10101 111111

Color Harmonies of #ADB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB48B

Black with #ADB48B

Text Example


Text Example

White with #ADB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB48B; }

 p { color: rgb(173,180,139); }

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

background-color css

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

 a { background-color: rgb(173,180,139); }

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

border-color css

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

 span { border-color: rgb(173,180,139); }

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