Html Css Color HEX #AEB673 Pine Glade

📋 copy color: '#AEB673'

red 174 ◦ green 182 ◦ blue 115

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

Shades of Pine Glade #AEB673

Tints of Pine Glade #AEB673

RGB

 RED value IS 174 (68.36% from 255) = 36.94%

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

 BLUE value IS 115 (45.31% from 255) = 24.42%

R = 36.94%
G = 38.64%
B = 24.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#AEB673 (or 0xAEB673) is known color: Pine Glade. HEX triplet: AE, B6 and 73. RGB value is (174,182,115). Sum of RGB (Red+Green+Blue) = 174+182+115=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB673 is #51498C. Grayscale: #ACACAC. Windows color (decimal): -5327245 or 7583406. OLE color: 7583406.

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

Color convert

RGB 174 182 115 -
CMYK 0.04 0 0.37 0.29
HSL 67.16º 0.31% 0.58% -
HSV(B) 67.16º 0.37% 0.71% -
XYZ 37.28 43.69 22.69 -
YUV 171.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 174 182 115 0.04 0 0.37 0.29 67.16 0.31 0.58
Hex AE B6 73 4 0 25 1D 43 1F 3A
Octal 256 266 163 4 0 45 35 103 37 72
Binary 10101110 10110110 1110011 100 0 100101 11101 1000011 11111 111010

Color Harmonies of #AEB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB673

Black with #AEB673

Text Example


Text Example

White with #AEB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB673; }

 p { color: rgb(174,182,115); }

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

background-color css

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

 a { background-color: rgb(174,182,115); }

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

border-color css

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

 span { border-color: rgb(174,182,115); }

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