Html Css Color HEX #AFB473 Dark Khaki

📋 copy color: '#AFB473'

red 175 ◦ green 180 ◦ blue 115

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

Shades of Dark Khaki #AFB473

Tints of Dark Khaki #AFB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

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

R = 37.23%
G = 38.3%
B = 24.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#AFB473 (or 0xAFB473) is known color: Dark Khaki. HEX triplet: AF, B4 and 73. RGB value is (175,180,115). Sum of RGB (Red+Green+Blue) = 175+180+115=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB473 is #504B8C. Grayscale: #ABABAB. Windows color (decimal): -5262221 or 7582895. OLE color: 7582895.

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

Color convert

RGB 175 180 115 -
CMYK 0.03 0 0.36 0.29
HSL 64.62º 0.3% 0.58% -
HSV(B) 64.62º 0.36% 0.71% -
XYZ 37.09 42.99 22.56 -
YUV 171.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 175 180 115 0.03 0 0.36 0.29 64.62 0.3 0.58
Hex AF B4 73 3 0 24 1D 41 1E 3A
Octal 257 264 163 3 0 44 35 101 36 72
Binary 10101111 10110100 1110011 11 0 100100 11101 1000001 11110 111010

Color Harmonies of #AFB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB473

Black with #AFB473

Text Example


Text Example

White with #AFB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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