Html Css Color HEX #AFB770 Dark Khaki

📋 copy color: '#AFB770'

red 175 ◦ green 183 ◦ blue 112

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

Shades of Dark Khaki #AFB770

Tints of Dark Khaki #AFB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

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

R = 37.23%
G = 38.94%
B = 23.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#AFB770 (or 0xAFB770) is known color: Dark Khaki. HEX triplet: AF, B7 and 70. RGB value is (175,183,112). Sum of RGB (Red+Green+Blue) = 175+183+112=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB770 is #50488F. Grayscale: #ACACAC. Windows color (decimal): -5261456 or 7387055. OLE color: 7387055.

HSL color Cylindrical-coordinate representation of color #AFB770: hue angle of 66.76º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFB770 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 112 -
CMYK 0.04 0 0.39 0.28
HSL 66.76º 0.33% 0.58% -
HSV(B) 66.76º 0.39% 0.72% -
XYZ 37.54 44.15 21.87 -
YUV 172.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 175 183 112 0.04 0 0.39 0.28 66.76 0.33 0.58
Hex AF B7 70 4 0 27 1C 43 21 3A
Octal 257 267 160 4 0 47 34 103 41 72
Binary 10101111 10110111 1110000 100 0 100111 11100 1000011 100001 111010

Color Harmonies of #AFB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB770

Black with #AFB770

Text Example


Text Example

White with #AFB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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