Html Css Color HEX #AFB474 Pine Glade

📋 copy color: '#AFB474'

red 175 ◦ green 180 ◦ blue 116

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

Shades of Pine Glade #AFB474

Tints of Pine Glade #AFB474

RGB

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

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

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

R = 37.15%
G = 38.22%
B = 24.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#AFB474 (or 0xAFB474) is known color: Pine Glade. HEX triplet: AF, B4 and 74. RGB value is (175,180,116). Sum of RGB (Red+Green+Blue) = 175+180+116=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB474 is #504B8B. Grayscale: #ABABAB. Windows color (decimal): -5262220 or 7648431. OLE color: 7648431.

HSL color Cylindrical-coordinate representation of color #AFB474: hue angle of 64.69º degrees, saturation: 0.3, 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 #AFB474 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 116 -
CMYK 0.03 0 0.36 0.29
HSL 64.69º 0.3% 0.58% -
HSV(B) 64.69º 0.36% 0.71% -
XYZ 37.15 43.02 22.87 -
YUV 171.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 175 180 116 0.03 0 0.36 0.29 64.69 0.3 0.58
Hex AF B4 74 3 0 24 1D 41 1E 3A
Octal 257 264 164 3 0 44 35 101 36 72
Binary 10101111 10110100 1110100 11 0 100100 11101 1000001 11110 111010

Color Harmonies of #AFB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB474

Black with #AFB474

Text Example


Text Example

White with #AFB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB474; }

 p { color: rgb(175,180,116); }

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

background-color css

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

 a { background-color: rgb(175,180,116); }

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

border-color css

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

 span { border-color: rgb(175,180,116); }

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