Html Css Color HEX #AFBB6D Dark Khaki

📋 copy color: '#AFBB6D'

red 175 ◦ green 187 ◦ blue 109

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

Shades of Dark Khaki #AFBB6D

Tints of Dark Khaki #AFBB6D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.7%

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

R = 37.15%
G = 39.7%
B = 23.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#AFBB6D (or 0xAFBB6D) is known color: Dark Khaki. HEX triplet: AF, BB and 6D. RGB value is (175,187,109). Sum of RGB (Red+Green+Blue) = 175+187+109=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB6D is #504492. Grayscale: #AEAEAE. Windows color (decimal): -5260435 or 7191471. OLE color: 7191471.

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

Color convert

RGB 175 187 109 -
CMYK 0.06 0 0.42 0.27
HSL 69.23º 0.36% 0.58% -
HSV(B) 69.23º 0.42% 0.73% -
XYZ 38.21 45.76 21.29 -
YUV 174.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 175 187 109 0.06 0 0.42 0.27 69.23 0.36 0.58
Hex AF BB 6D 6 0 2A 1B 45 24 3A
Octal 257 273 155 6 0 52 33 105 44 72
Binary 10101111 10111011 1101101 110 0 101010 11011 1000101 100100 111010

Color Harmonies of #AFBB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB6D

Black with #AFBB6D

Text Example


Text Example

White with #AFBB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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