Html Css Color HEX #AFBA6D Dark Khaki

📋 copy color: '#AFBA6D'

red 175 ◦ green 186 ◦ blue 109

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

Shades of Dark Khaki #AFBA6D

Tints of Dark Khaki #AFBA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 37.23%
G = 39.57%
B = 23.19%

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

#AFBA6D (or 0xAFBA6D) is known color: Dark Khaki. HEX triplet: AF, BA and 6D. RGB value is (175,186,109). Sum of RGB (Red+Green+Blue) = 175+186+109=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA6D is #504592. Grayscale: #AEAEAE. Windows color (decimal): -5260691 or 7191215. OLE color: 7191215.

HSL color Cylindrical-coordinate representation of color #AFBA6D: hue angle of 68.57º 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 #AFBA6D is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 109 -
CMYK 0.06 0 0.41 0.27
HSL 68.57º 0.36% 0.58% -
HSV(B) 68.57º 0.41% 0.73% -
XYZ 38 45.34 21.22 -
YUV 173.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 175 186 109 0.06 0 0.41 0.27 68.57 0.36 0.58
Hex AF BA 6D 6 0 29 1B 45 24 3A
Octal 257 272 155 6 0 51 33 105 44 72
Binary 10101111 10111010 1101101 110 0 101001 11011 1000101 100100 111010

Color Harmonies of #AFBA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA6D

Black with #AFBA6D

Text Example


Text Example

White with #AFBA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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