Html Css Color HEX #AFA57F Neutral Green

📋 copy color: '#AFA57F'

red 175 ◦ green 165 ◦ blue 127

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

Shades of Neutral Green #AFA57F

Tints of Neutral Green #AFA57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.19%

R = 37.47%
G = 35.33%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AFA57F (or 0xAFA57F) is known color: Neutral Green. HEX triplet: AF, A5 and 7F. RGB value is (175,165,127). Sum of RGB (Red+Green+Blue) = 175+165+127=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA57F is #505A80. Grayscale: #A3A3A3. Windows color (decimal): -5266049 or 8365487. OLE color: 8365487.

HSL color Cylindrical-coordinate representation of color #AFA57F: hue angle of 47.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA57F is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 127 -
CMYK 0 0.06 0.27 0.31
HSL 47.5º 0.23% 0.59% -
HSV(B) 47.5º 0.27% 0.69% -
XYZ 34.97 37.56 25.48 -
YUV 163.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 175 165 127 0 0.06 0.27 0.31 47.5 0.23 0.59
Hex AF A5 7F 0 6 1B 1F 30 17 3B
Octal 257 245 177 0 6 33 37 60 27 73
Binary 10101111 10100101 1111111 0 110 11011 11111 110000 10111 111011

Color Harmonies of #AFA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA57F

Black with #AFA57F

Text Example


Text Example

White with #AFA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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