Html Css Color HEX #AFAE6C Dark Khaki

📋 copy color: '#AFAE6C'

red 175 ◦ green 174 ◦ blue 108

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

Shades of Dark Khaki #AFAE6C

Tints of Dark Khaki #AFAE6C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

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

R = 38.29%
G = 38.07%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AFAE6C (or 0xAFAE6C) is known color: Dark Khaki. HEX triplet: AF, AE and 6C. RGB value is (175,174,108). Sum of RGB (Red+Green+Blue) = 175+174+108=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE6C is #505193. Grayscale: #A7A7A7. Windows color (decimal): -5263764 or 7122607. OLE color: 7122607.

HSL color Cylindrical-coordinate representation of color #AFAE6C: hue angle of 59.1º 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 #AFAE6C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 108 -
CMYK 0 0.01 0.38 0.31
HSL 59.1º 0.3% 0.55% -
HSV(B) 59.1º 0.38% 0.69% -
XYZ 35.52 40.47 20.13 -
YUV 166.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 175 174 108 0 0.01 0.38 0.31 59.1 0.3 0.55
Hex AF AE 6C 0 1 26 1F 3B 1E 37
Octal 257 256 154 0 1 46 37 73 36 67
Binary 10101111 10101110 1101100 0 1 100110 11111 111011 11110 110111

Color Harmonies of #AFAE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE6C

Black with #AFAE6C

Text Example


Text Example

White with #AFAE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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