Html Css Color HEX #AFB67A Pine Glade

📋 copy color: '#AFB67A'

red 175 ◦ green 182 ◦ blue 122

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

Shades of Pine Glade #AFB67A

Tints of Pine Glade #AFB67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 36.53%
G = 38%
B = 25.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#AFB67A (or 0xAFB67A) is known color: Pine Glade. HEX triplet: AF, B6 and 7A. RGB value is (175,182,122). Sum of RGB (Red+Green+Blue) = 175+182+122=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB67A is #504985. Grayscale: #ADADAD. Windows color (decimal): -5261702 or 8042159. OLE color: 8042159.

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

Color convert

RGB 175 182 122 -
CMYK 0.04 0 0.33 0.29
HSL 67º 0.29% 0.6% -
HSV(B) 67º 0.33% 0.71% -
XYZ 37.92 43.98 24.9 -
YUV 173.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 175 182 122 0.04 0 0.33 0.29 67 0.29 0.6
Hex AF B6 7A 4 0 21 1D 43 1D 3C
Octal 257 266 172 4 0 41 35 103 35 74
Binary 10101111 10110110 1111010 100 0 100001 11101 1000011 11101 111100

Color Harmonies of #AFB67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB67A

Black with #AFB67A

Text Example


Text Example

White with #AFB67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB67A; }

 p { color: rgb(175,182,122); }

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

background-color css

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

 a { background-color: rgb(175,182,122); }

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

border-color css

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

 span { border-color: rgb(175,182,122); }

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