Html Css Color HEX #AFB570 Dark Khaki

📋 copy color: '#AFB570'

red 175 ◦ green 181 ◦ blue 112

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

Shades of Dark Khaki #AFB570

Tints of Dark Khaki #AFB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

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

R = 37.39%
G = 38.68%
B = 23.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#AFB570 (or 0xAFB570) is known color: Dark Khaki. HEX triplet: AF, B5 and 70. RGB value is (175,181,112). Sum of RGB (Red+Green+Blue) = 175+181+112=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB570 is #504A8F. Grayscale: #ABABAB. Windows color (decimal): -5261968 or 7386543. OLE color: 7386543.

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

Color convert

RGB 175 181 112 -
CMYK 0.03 0 0.38 0.29
HSL 65.22º 0.32% 0.57% -
HSV(B) 65.22º 0.38% 0.71% -
XYZ 37.13 43.33 21.74 -
YUV 171.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 175 181 112 0.03 0 0.38 0.29 65.22 0.32 0.57
Hex AF B5 70 3 0 26 1D 41 20 39
Octal 257 265 160 3 0 46 35 101 40 71
Binary 10101111 10110101 1110000 11 0 100110 11101 1000001 100000 111001

Color Harmonies of #AFB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB570

Black with #AFB570

Text Example


Text Example

White with #AFB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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