Html Css Color HEX #AFB375 Dark Khaki

📋 copy color: '#AFB375'

red 175 ◦ green 179 ◦ blue 117

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

Shades of Dark Khaki #AFB375

Tints of Dark Khaki #AFB375

RGB

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

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

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

R = 37.15%
G = 38%
B = 24.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#AFB375 (or 0xAFB375) is known color: Dark Khaki. HEX triplet: AF, B3 and 75. RGB value is (175,179,117). Sum of RGB (Red+Green+Blue) = 175+179+117=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB375 is #504C8A. Grayscale: #AAAAAA. Windows color (decimal): -5262475 or 7713711. OLE color: 7713711.

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

Color convert

RGB 175 179 117 -
CMYK 0.02 0 0.35 0.30
HSL 63.87º 0.29% 0.58% -
HSV(B) 63.87º 0.35% 0.7% -
XYZ 37.01 42.64 23.11 -
YUV 170.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 175 179 117 0.02 0 0.35 0.30 63.87 0.29 0.58
Hex AF B3 75 2 0 23 1E 40 1D 3A
Octal 257 263 165 2 0 43 36 100 35 72
Binary 10101111 10110011 1110101 10 0 100011 11110 1000000 11101 111010

Color Harmonies of #AFB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB375

Black with #AFB375

Text Example


Text Example

White with #AFB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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