Html Css Color HEX #AFB373 Dark Khaki

📋 copy color: '#AFB373'

red 175 ◦ green 179 ◦ blue 115

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

Shades of Dark Khaki #AFB373

Tints of Dark Khaki #AFB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 37.31%
G = 38.17%
B = 24.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#AFB373 (or 0xAFB373) is known color: Dark Khaki. HEX triplet: AF, B3 and 73. RGB value is (175,179,115). Sum of RGB (Red+Green+Blue) = 175+179+115=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB373 is #504C8C. Grayscale: #AAAAAA. Windows color (decimal): -5262477 or 7582639. OLE color: 7582639.

HSL color Cylindrical-coordinate representation of color #AFB373: hue angle of 63.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFB373 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 115 -
CMYK 0.02 0 0.36 0.30
HSL 63.75º 0.3% 0.58% -
HSV(B) 63.75º 0.36% 0.7% -
XYZ 36.89 42.59 22.5 -
YUV 170.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 175 179 115 0.02 0 0.36 0.30 63.75 0.3 0.58
Hex AF B3 73 2 0 24 1E 40 1E 3A
Octal 257 263 163 2 0 44 36 100 36 72
Binary 10101111 10110011 1110011 10 0 100100 11110 1000000 11110 111010

Color Harmonies of #AFB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB373

Black with #AFB373

Text Example


Text Example

White with #AFB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB373; }

 p { color: rgb(175,179,115); }

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

background-color css

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

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

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

border-color css

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

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

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