Html Css Color HEX #AFB26F Dark Khaki

📋 copy color: '#AFB26F'

red 175 ◦ green 178 ◦ blue 111

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

Shades of Dark Khaki #AFB26F

Tints of Dark Khaki #AFB26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 37.72%
G = 38.36%
B = 23.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#AFB26F (or 0xAFB26F) is known color: Dark Khaki. HEX triplet: AF, B2 and 6F. RGB value is (175,178,111). Sum of RGB (Red+Green+Blue) = 175+178+111=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB26F is #504D90. Grayscale: #A9A9A9. Windows color (decimal): -5262737 or 7320239. OLE color: 7320239.

HSL color Cylindrical-coordinate representation of color #AFB26F: hue angle of 62.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFB26F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 111 -
CMYK 0.02 0 0.38 0.30
HSL 62.69º 0.3% 0.57% -
HSV(B) 62.69º 0.38% 0.7% -
XYZ 36.47 42.1 21.24 -
YUV 169.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 175 178 111 0.02 0 0.38 0.30 62.69 0.3 0.57
Hex AF B2 6F 2 0 26 1E 3F 1E 39
Octal 257 262 157 2 0 46 36 77 36 71
Binary 10101111 10110010 1101111 10 0 100110 11110 111111 11110 111001

Color Harmonies of #AFB26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB26F

Black with #AFB26F

Text Example


Text Example

White with #AFB26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB26F; }

 p { color: rgb(175,178,111); }

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

background-color css

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

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

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

border-color css

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

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

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