Html Css Color HEX #AFA67C Neutral Green

📋 copy color: '#AFA67C'

red 175 ◦ green 166 ◦ blue 124

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

Shades of Neutral Green #AFA67C

Tints of Neutral Green #AFA67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.7%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 37.63%
G = 35.7%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AFA67C (or 0xAFA67C) is known color: Neutral Green. HEX triplet: AF, A6 and 7C. RGB value is (175,166,124). Sum of RGB (Red+Green+Blue) = 175+166+124=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA67C is #505983. Grayscale: #A4A4A4. Windows color (decimal): -5265796 or 8169135. OLE color: 8169135.

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

Color convert

RGB 175 166 124 -
CMYK 0 0.05 0.29 0.31
HSL 49.41º 0.24% 0.59% -
HSV(B) 49.41º 0.29% 0.69% -
XYZ 34.95 37.84 24.53 -
YUV 163.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 175 166 124 0 0.05 0.29 0.31 49.41 0.24 0.59
Hex AF A6 7C 0 5 1D 1F 31 18 3B
Octal 257 246 174 0 5 35 37 61 30 73
Binary 10101111 10100110 1111100 0 101 11101 11111 110001 11000 111011

Color Harmonies of #AFA67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA67C

Black with #AFA67C

Text Example


Text Example

White with #AFA67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA67C; }

 p { color: rgb(175,166,124); }

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

background-color css

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

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

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

border-color css

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

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

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