Html Css Color HEX #AFAD73 Dark Khaki

📋 copy color: '#AFAD73'

red 175 ◦ green 173 ◦ blue 115

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

Shades of Dark Khaki #AFAD73

Tints of Dark Khaki #AFAD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

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

R = 37.8%
G = 37.37%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AFAD73 (or 0xAFAD73) is known color: Dark Khaki. HEX triplet: AF, AD and 73. RGB value is (175,173,115). Sum of RGB (Red+Green+Blue) = 175+173+115=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD73 is #50528C. Grayscale: #A7A7A7. Windows color (decimal): -5264013 or 7581103. OLE color: 7581103.

HSL color Cylindrical-coordinate representation of color #AFAD73: hue angle of 58º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFAD73 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 173 115 -
CMYK 0 0.01 0.34 0.31
HSL 58º 0.27% 0.57% -
HSV(B) 58º 0.34% 0.69% -
XYZ 35.72 40.24 22.1 -
YUV 166.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 175 173 115 0 0.01 0.34 0.31 58 0.27 0.57
Hex AF AD 73 0 1 22 1F 3A 1B 39
Octal 257 255 163 0 1 42 37 72 33 71
Binary 10101111 10101101 1110011 0 1 100010 11111 111010 11011 111001

Color Harmonies of #AFAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD73

Black with #AFAD73

Text Example


Text Example

White with #AFAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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