Html Css Color HEX #AFB175 Dark Khaki

📋 copy color: '#AFB175'

red 175 ◦ green 177 ◦ blue 117

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

Shades of Dark Khaki #AFB175

Tints of Dark Khaki #AFB175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 37.31%
G = 37.74%
B = 24.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AFB175 (or 0xAFB175) is known color: Dark Khaki. HEX triplet: AF, B1 and 75. RGB value is (175,177,117). Sum of RGB (Red+Green+Blue) = 175+177+117=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB175 is #504E8A. Grayscale: #A9A9A9. Windows color (decimal): -5262987 or 7713199. OLE color: 7713199.

HSL color Cylindrical-coordinate representation of color #AFB175: hue angle of 62º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFB175 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 117 -
CMYK 0.01 0 0.34 0.31
HSL 62º 0.28% 0.58% -
HSV(B) 62º 0.34% 0.69% -
XYZ 36.61 41.84 22.98 -
YUV 169.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 175 177 117 0.01 0 0.34 0.31 62 0.28 0.58
Hex AF B1 75 1 0 22 1F 3E 1C 3A
Octal 257 261 165 1 0 42 37 76 34 72
Binary 10101111 10110001 1110101 1 0 100010 11111 111110 11100 111010

Color Harmonies of #AFB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB175

Black with #AFB175

Text Example


Text Example

White with #AFB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB175; }

 p { color: rgb(175,177,117); }

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

background-color css

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

 a { background-color: rgb(175,177,117); }

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

border-color css

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

 span { border-color: rgb(175,177,117); }

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