Html Css Color HEX #AFAC81 Neutral Green

📋 copy color: '#AFAC81'

red 175 ◦ green 172 ◦ blue 129

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

Shades of Neutral Green #AFAC81

Tints of Neutral Green #AFAC81

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 36.76%
G = 36.13%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFAC81 (or 0xAFAC81) is known color: Neutral Green. HEX triplet: AF, AC and 81. RGB value is (175,172,129). Sum of RGB (Red+Green+Blue) = 175+172+129=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC81 is #50537E. Grayscale: #A8A8A8. Windows color (decimal): -5264255 or 8498351. OLE color: 8498351.

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

Color convert

RGB 175 172 129 -
CMYK 0 0.02 0.26 0.31
HSL 56.09º 0.22% 0.6% -
HSV(B) 56.09º 0.26% 0.69% -
XYZ 36.39 40.2 26.61 -
YUV 168 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 175 172 129 0 0.02 0.26 0.31 56.09 0.22 0.6
Hex AF AC 81 0 2 1A 1F 38 16 3C
Octal 257 254 201 0 2 32 37 70 26 74
Binary 10101111 10101100 10000001 0 10 11010 11111 111000 10110 111100

Color Harmonies of #AFAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC81

Black with #AFAC81

Text Example


Text Example

White with #AFAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC81; }

 p { color: rgb(175,172,129); }

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

background-color css

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

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

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

border-color css

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

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

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