Html Css Color HEX #AFA682 Neutral Green

📋 copy color: '#AFA682'

red 175 ◦ green 166 ◦ blue 130

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

Shades of Neutral Green #AFA682

Tints of Neutral Green #AFA682

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

 BLUE value IS 130 (51.17% from 255) = 27.6%

R = 37.15%
G = 35.24%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFA682 (or 0xAFA682) is known color: Neutral Green. HEX triplet: AF, A6 and 82. RGB value is (175,166,130). Sum of RGB (Red+Green+Blue) = 175+166+130=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA682 is #50597D. Grayscale: #A4A4A4. Windows color (decimal): -5265790 or 8562351. OLE color: 8562351.

HSL color Cylindrical-coordinate representation of color #AFA682: hue angle of 48º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA682 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 130 -
CMYK 0 0.05 0.26 0.31
HSL 48º 0.22% 0.6% -
HSV(B) 48º 0.26% 0.69% -
XYZ 35.34 38 26.59 -
YUV 164.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 175 166 130 0 0.05 0.26 0.31 48 0.22 0.6
Hex AF A6 82 0 5 1A 1F 30 16 3C
Octal 257 246 202 0 5 32 37 60 26 74
Binary 10101111 10100110 10000010 0 101 11010 11111 110000 10110 111100

Color Harmonies of #AFA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA682

Black with #AFA682

Text Example


Text Example

White with #AFA682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA682; }

 p { color: rgb(175,166,130); }

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

background-color css

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

 a { background-color: rgb(175,166,130); }

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

border-color css

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

 span { border-color: rgb(175,166,130); }

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