Html Css Color HEX #AFAF73 Dark Khaki

📋 copy color: '#AFAF73'

red 175 ◦ green 175 ◦ blue 115

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

Shades of Dark Khaki #AFAF73

Tints of Dark Khaki #AFAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 37.63%
G = 37.63%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AFAF73 (or 0xAFAF73) is known color: Dark Khaki. HEX triplet: AF, AF and 73. RGB value is (175,175,115). Sum of RGB (Red+Green+Blue) = 175+175+115=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF73 is #50508C. Grayscale: #A8A8A8. Windows color (decimal): -5263501 or 7581615. OLE color: 7581615.

HSL color Cylindrical-coordinate representation of color #AFAF73: hue angle of 60º 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 #AFAF73 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 115 -
CMYK 0 0 0.34 0.31
HSL 60º 0.27% 0.57% -
HSV(B) 60º 0.34% 0.69% -
XYZ 36.1 41.01 22.23 -
YUV 168.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 175 175 115 0 0 0.34 0.31 60 0.27 0.57
Hex AF AF 73 0 0 22 1F 3C 1B 39
Octal 257 257 163 0 0 42 37 74 33 71
Binary 10101111 10101111 1110011 0 0 100010 11111 111100 11011 111001

Color Harmonies of #AFAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF73

Black with #AFAF73

Text Example


Text Example

White with #AFAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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