Html Css Color HEX #AFA582 Neutral Green

📋 copy color: '#AFA582'

red 175 ◦ green 165 ◦ blue 130

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

Shades of Neutral Green #AFA582

Tints of Neutral Green #AFA582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 37.23%
G = 35.11%
B = 27.66%

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

#AFA582 (or 0xAFA582) is known color: Neutral Green. HEX triplet: AF, A5 and 82. RGB value is (175,165,130). Sum of RGB (Red+Green+Blue) = 175+165+130=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA582 is #505A7D. Grayscale: #A4A4A4. Windows color (decimal): -5266046 or 8562095. OLE color: 8562095.

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

Color convert

RGB 175 165 130 -
CMYK 0 0.06 0.26 0.31
HSL 46.67º 0.22% 0.6% -
HSV(B) 46.67º 0.26% 0.69% -
XYZ 35.16 37.64 26.53 -
YUV 164 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 175 165 130 0 0.06 0.26 0.31 46.67 0.22 0.6
Hex AF A5 82 0 6 1A 1F 2F 16 3C
Octal 257 245 202 0 6 32 37 57 26 74
Binary 10101111 10100101 10000010 0 110 11010 11111 101111 10110 111100

Color Harmonies of #AFA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA582

Black with #AFA582

Text Example


Text Example

White with #AFA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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