Html Css Color HEX #AFAF6E Dark Khaki

📋 copy color: '#AFAF6E'

red 175 ◦ green 175 ◦ blue 110

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

Shades of Dark Khaki #AFAF6E

Tints of Dark Khaki #AFAF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 38.04%
G = 38.04%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AFAF6E (or 0xAFAF6E) is known color: Dark Khaki. HEX triplet: AF, AF and 6E. RGB value is (175,175,110). Sum of RGB (Red+Green+Blue) = 175+175+110=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF6E is #505091. Grayscale: #A7A7A7. Windows color (decimal): -5263506 or 7253935. OLE color: 7253935.

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

Color convert

RGB 175 175 110 -
CMYK 0 0 0.37 0.31
HSL 60º 0.29% 0.56% -
HSV(B) 60º 0.37% 0.69% -
XYZ 35.82 40.9 20.76 -
YUV 167.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 175 175 110 0 0 0.37 0.31 60 0.29 0.56
Hex AF AF 6E 0 0 25 1F 3C 1D 38
Octal 257 257 156 0 0 45 37 74 35 70
Binary 10101111 10101111 1101110 0 0 100101 11111 111100 11101 111000

Color Harmonies of #AFAF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF6E

Black with #AFAF6E

Text Example


Text Example

White with #AFAF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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