Html Css Color HEX #AFAF6C Dark Khaki

📋 copy color: '#AFAF6C'

red 175 ◦ green 175 ◦ blue 108

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

Shades of Dark Khaki #AFAF6C

Tints of Dark Khaki #AFAF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 38.21%
G = 38.21%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AFAF6C (or 0xAFAF6C) is known color: Dark Khaki. HEX triplet: AF, AF and 6C. RGB value is (175,175,108). Sum of RGB (Red+Green+Blue) = 175+175+108=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF6C is #505093. Grayscale: #A7A7A7. Windows color (decimal): -5263508 or 7122863. OLE color: 7122863.

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

Color convert

RGB 175 175 108 -
CMYK 0 0 0.38 0.31
HSL 60º 0.3% 0.55% -
HSV(B) 60º 0.38% 0.69% -
XYZ 35.72 40.86 20.19 -
YUV 167.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 175 175 108 0 0 0.38 0.31 60 0.3 0.55
Hex AF AF 6C 0 0 26 1F 3C 1E 37
Octal 257 257 154 0 0 46 37 74 36 67
Binary 10101111 10101111 1101100 0 0 100110 11111 111100 11110 110111

Color Harmonies of #AFAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF6C

Black with #AFAF6C

Text Example


Text Example

White with #AFAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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