Html Css Color HEX #AFA67B Neutral Green

📋 copy color: '#AFA67B'

red 175 ◦ green 166 ◦ blue 123

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

Shades of Neutral Green #AFA67B

Tints of Neutral Green #AFA67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 37.72%
G = 35.78%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AFA67B (or 0xAFA67B) is known color: Neutral Green. HEX triplet: AF, A6 and 7B. RGB value is (175,166,123). Sum of RGB (Red+Green+Blue) = 175+166+123=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA67B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA67B is #505984. Grayscale: #A3A3A3. Windows color (decimal): -5265797 or 8103599. OLE color: 8103599.

HSL color Cylindrical-coordinate representation of color #AFA67B: hue angle of 49.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA67B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 123 -
CMYK 0 0.05 0.30 0.31
HSL 49.62º 0.25% 0.58% -
HSV(B) 49.62º 0.3% 0.69% -
XYZ 34.89 37.82 24.2 -
YUV 163.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 175 166 123 0 0.05 0.30 0.31 49.62 0.25 0.58
Hex AF A6 7B 0 5 1E 1F 32 19 3A
Octal 257 246 173 0 5 36 37 62 31 72
Binary 10101111 10100110 1111011 0 101 11110 11111 110010 11001 111010

Color Harmonies of #AFA67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA67B

Black with #AFA67B

Text Example


Text Example

White with #AFA67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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