Html Css Color HEX #AFB37B Pine Glade

📋 copy color: '#AFB37B'

red 175 ◦ green 179 ◦ blue 123

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

Shades of Pine Glade #AFB37B

Tints of Pine Glade #AFB37B

RGB

 RED value IS 175 (68.75% from 255) = 36.69%

 GREEN value IS 179 (70.31% from 255) = 37.53%

 BLUE value IS 123 (48.44% from 255) = 25.79%

R = 36.69%
G = 37.53%
B = 25.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#AFB37B (or 0xAFB37B) is known color: Pine Glade. HEX triplet: AF, B3 and 7B. RGB value is (175,179,123). Sum of RGB (Red+Green+Blue) = 175+179+123=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB37B is #504C84. Grayscale: #ABABAB. Windows color (decimal): -5262469 or 8106927. OLE color: 8106927.

HSL color Cylindrical-coordinate representation of color #AFB37B: hue angle of 64.29º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB37B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 123 -
CMYK 0.02 0 0.31 0.30
HSL 64.29º 0.27% 0.59% -
HSV(B) 64.29º 0.31% 0.7% -
XYZ 37.37 42.78 25.03 -
YUV 171.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 175 179 123 0.02 0 0.31 0.30 64.29 0.27 0.59
Hex AF B3 7B 2 0 1F 1E 40 1B 3B
Octal 257 263 173 2 0 37 36 100 33 73
Binary 10101111 10110011 1111011 10 0 11111 11110 1000000 11011 111011

Color Harmonies of #AFB37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB37B

Black with #AFB37B

Text Example


Text Example

White with #AFB37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB37B; }

 p { color: rgb(175,179,123); }

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

background-color css

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

 a { background-color: rgb(175,179,123); }

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

border-color css

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

 span { border-color: rgb(175,179,123); }

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