Html Css Color HEX #AFB270 Dark Khaki

📋 copy color: '#AFB270'

red 175 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #AFB270

Tints of Dark Khaki #AFB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.28%

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

R = 37.63%
G = 38.28%
B = 24.09%

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

#AFB270 (or 0xAFB270) is known color: Dark Khaki. HEX triplet: AF, B2 and 70. RGB value is (175,178,112). Sum of RGB (Red+Green+Blue) = 175+178+112=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB270 is #504D8F. Grayscale: #A9A9A9. Windows color (decimal): -5262736 or 7385775. OLE color: 7385775.

HSL color Cylindrical-coordinate representation of color #AFB270: hue angle of 62.73º degrees, saturation: 0.3, 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 #AFB270 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 112 -
CMYK 0.02 0 0.37 0.30
HSL 62.73º 0.3% 0.57% -
HSV(B) 62.73º 0.37% 0.7% -
XYZ 36.52 42.12 21.54 -
YUV 169.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 175 178 112 0.02 0 0.37 0.30 62.73 0.3 0.57
Hex AF B2 70 2 0 25 1E 3F 1E 39
Octal 257 262 160 2 0 45 36 77 36 71
Binary 10101111 10110010 1110000 10 0 100101 11110 111111 11110 111001

Color Harmonies of #AFB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB270

Black with #AFB270

Text Example


Text Example

White with #AFB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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