Html Css Color HEX #AFAF85 Neutral Green

📋 copy color: '#AFAF85'

red 175 ◦ green 175 ◦ blue 133

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

Shades of Neutral Green #AFAF85

Tints of Neutral Green #AFAF85

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 36.23%
G = 36.23%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AFAF85 (or 0xAFAF85) is known color: Neutral Green. HEX triplet: AF, AF and 85. RGB value is (175,175,133). Sum of RGB (Red+Green+Blue) = 175+175+133=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF85 is #50507A. Grayscale: #AAAAAA. Windows color (decimal): -5263483 or 8761263. OLE color: 8761263.

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

Color convert

RGB 175 175 133 -
CMYK 0 0 0.24 0.31
HSL 60º 0.21% 0.6% -
HSV(B) 60º 0.24% 0.69% -
XYZ 37.24 41.47 28.23 -
YUV 170.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 175 175 133 0 0 0.24 0.31 60 0.21 0.6
Hex AF AF 85 0 0 18 1F 3C 15 3C
Octal 257 257 205 0 0 30 37 74 25 74
Binary 10101111 10101111 10000101 0 0 11000 11111 111100 10101 111100

Color Harmonies of #AFAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF85

Black with #AFAF85

Text Example


Text Example

White with #AFAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF85; }

 p { color: rgb(175,175,133); }

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

background-color css

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

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

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

border-color css

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

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

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