Html Css Color HEX #ADB574 Pine Glade

📋 copy color: '#ADB574'

red 173 ◦ green 181 ◦ blue 116

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

Shades of Pine Glade #ADB574

Tints of Pine Glade #ADB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.51%

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 36.81%
G = 38.51%
B = 24.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#ADB574 (or 0xADB574) is known color: Pine Glade. HEX triplet: AD, B5 and 74. RGB value is (173,181,116). Sum of RGB (Red+Green+Blue) = 173+181+116=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB574 is #524A8B. Grayscale: #ABABAB. Windows color (decimal): -5393036 or 7648685. OLE color: 7648685.

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

Color convert

RGB 173 181 116 -
CMYK 0.04 0 0.36 0.29
HSL 67.38º 0.31% 0.58% -
HSV(B) 67.38º 0.36% 0.71% -
XYZ 36.91 43.19 22.91 -
YUV 171.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 173 181 116 0.04 0 0.36 0.29 67.38 0.31 0.58
Hex AD B5 74 4 0 24 1D 43 1F 3A
Octal 255 265 164 4 0 44 35 103 37 72
Binary 10101101 10110101 1110100 100 0 100100 11101 1000011 11111 111010

Color Harmonies of #ADB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB574

Black with #ADB574

Text Example


Text Example

White with #ADB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB574; }

 p { color: rgb(173,181,116); }

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

background-color css

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

 a { background-color: rgb(173,181,116); }

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

border-color css

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

 span { border-color: rgb(173,181,116); }

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