Html Css Color HEX #AFB370 Dark Khaki

📋 copy color: '#AFB370'

red 175 ◦ green 179 ◦ blue 112

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

Shades of Dark Khaki #AFB370

Tints of Dark Khaki #AFB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 37.55%
G = 38.41%
B = 24.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#AFB370 (or 0xAFB370) is known color: Dark Khaki. HEX triplet: AF, B3 and 70. RGB value is (175,179,112). Sum of RGB (Red+Green+Blue) = 175+179+112=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB370 is #504C8F. Grayscale: #AAAAAA. Windows color (decimal): -5262480 or 7386031. OLE color: 7386031.

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

Color convert

RGB 175 179 112 -
CMYK 0.02 0 0.37 0.30
HSL 63.58º 0.31% 0.57% -
HSV(B) 63.58º 0.37% 0.7% -
XYZ 36.72 42.52 21.6 -
YUV 170.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 175 179 112 0.02 0 0.37 0.30 63.58 0.31 0.57
Hex AF B3 70 2 0 25 1E 40 1F 39
Octal 257 263 160 2 0 45 36 100 37 71
Binary 10101111 10110011 1110000 10 0 100101 11110 1000000 11111 111001

Color Harmonies of #AFB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB370

Black with #AFB370

Text Example


Text Example

White with #AFB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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