Html Css Color HEX #AFBA6E Dark Khaki

📋 copy color: '#AFBA6E'

red 175 ◦ green 186 ◦ blue 110

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

Shades of Dark Khaki #AFBA6E

Tints of Dark Khaki #AFBA6E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 37.15%
G = 39.49%
B = 23.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#AFBA6E (or 0xAFBA6E) is known color: Dark Khaki. HEX triplet: AF, BA and 6E. RGB value is (175,186,110). Sum of RGB (Red+Green+Blue) = 175+186+110=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA6E is #504591. Grayscale: #AEAEAE. Windows color (decimal): -5260690 or 7256751. OLE color: 7256751.

HSL color Cylindrical-coordinate representation of color #AFBA6E: hue angle of 68.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFBA6E is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 110 -
CMYK 0.06 0 0.41 0.27
HSL 68.68º 0.36% 0.58% -
HSV(B) 68.68º 0.41% 0.73% -
XYZ 38.05 45.36 21.5 -
YUV 174.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 175 186 110 0.06 0 0.41 0.27 68.68 0.36 0.58
Hex AF BA 6E 6 0 29 1B 45 24 3A
Octal 257 272 156 6 0 51 33 105 44 72
Binary 10101111 10111010 1101110 110 0 101001 11011 1000101 100100 111010

Color Harmonies of #AFBA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA6E

Black with #AFBA6E

Text Example


Text Example

White with #AFBA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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