Html Css Color HEX #AFB671 Dark Khaki

📋 copy color: '#AFB671'

red 175 ◦ green 182 ◦ blue 113

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

Shades of Dark Khaki #AFB671

Tints of Dark Khaki #AFB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 37.23%
G = 38.72%
B = 24.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#AFB671 (or 0xAFB671) is known color: Dark Khaki. HEX triplet: AF, B6 and 71. RGB value is (175,182,113). Sum of RGB (Red+Green+Blue) = 175+182+113=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB671 is #50498E. Grayscale: #ACACAC. Windows color (decimal): -5261711 or 7452335. OLE color: 7452335.

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

Color convert

RGB 175 182 113 -
CMYK 0.04 0 0.38 0.29
HSL 66.09º 0.32% 0.58% -
HSV(B) 66.09º 0.38% 0.71% -
XYZ 37.39 43.76 22.1 -
YUV 172.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 175 182 113 0.04 0 0.38 0.29 66.09 0.32 0.58
Hex AF B6 71 4 0 26 1D 42 20 3A
Octal 257 266 161 4 0 46 35 102 40 72
Binary 10101111 10110110 1110001 100 0 100110 11101 1000010 100000 111010

Color Harmonies of #AFB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB671

Black with #AFB671

Text Example


Text Example

White with #AFB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB671; }

 p { color: rgb(175,182,113); }

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

background-color css

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

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

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

border-color css

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

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

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