Html Css Color HEX #ADB671 Pine Glade

📋 copy color: '#ADB671'

red 173 ◦ green 182 ◦ blue 113

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

Shades of Pine Glade #ADB671

Tints of Pine Glade #ADB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 36.97%
G = 38.89%
B = 24.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#ADB671 (or 0xADB671) is known color: Pine Glade. HEX triplet: AD, B6 and 71. RGB value is (173,182,113). Sum of RGB (Red+Green+Blue) = 173+182+113=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB671 is #52498E. Grayscale: #ABABAB. Windows color (decimal): -5392783 or 7452333. OLE color: 7452333.

HSL color Cylindrical-coordinate representation of color #ADB671: hue angle of 67.83º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB671 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 113 -
CMYK 0.05 0 0.38 0.29
HSL 67.83º 0.32% 0.58% -
HSV(B) 67.83º 0.38% 0.71% -
XYZ 36.94 43.53 22.08 -
YUV 171.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 173 182 113 0.05 0 0.38 0.29 67.83 0.32 0.58
Hex AD B6 71 5 0 26 1D 44 20 3A
Octal 255 266 161 5 0 46 35 104 40 72
Binary 10101101 10110110 1110001 101 0 100110 11101 1000100 100000 111010

Color Harmonies of #ADB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB671

Black with #ADB671

Text Example


Text Example

White with #ADB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB671; }

 p { color: rgb(173,182,113); }

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

background-color css

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

 a { background-color: rgb(173,182,113); }

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

border-color css

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

 span { border-color: rgb(173,182,113); }

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