Html Css Color HEX #AFA482 Neutral Green

📋 copy color: '#AFA482'

red 175 ◦ green 164 ◦ blue 130

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

Shades of Neutral Green #AFA482

Tints of Neutral Green #AFA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

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

R = 37.31%
G = 34.97%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFA482 (or 0xAFA482) is known color: Neutral Green. HEX triplet: AF, A4 and 82. RGB value is (175,164,130). Sum of RGB (Red+Green+Blue) = 175+164+130=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA482 is #505B7D. Grayscale: #A3A3A3. Windows color (decimal): -5266302 or 8561839. OLE color: 8561839.

HSL color Cylindrical-coordinate representation of color #AFA482: hue angle of 45.33º 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 #AFA482 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 130 -
CMYK 0 0.06 0.26 0.31
HSL 45.33º 0.22% 0.6% -
HSV(B) 45.33º 0.26% 0.69% -
XYZ 34.98 37.28 26.47 -
YUV 163.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 175 164 130 0 0.06 0.26 0.31 45.33 0.22 0.6
Hex AF A4 82 0 6 1A 1F 2D 16 3C
Octal 257 244 202 0 6 32 37 55 26 74
Binary 10101111 10100100 10000010 0 110 11010 11111 101101 10110 111100

Color Harmonies of #AFA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA482

Black with #AFA482

Text Example


Text Example

White with #AFA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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