Html Css Color HEX #AFB074 Dark Khaki

📋 copy color: '#AFB074'

red 175 ◦ green 176 ◦ blue 116

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

Shades of Dark Khaki #AFB074

Tints of Dark Khaki #AFB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 37.47%
G = 37.69%
B = 24.84%

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

#AFB074 (or 0xAFB074) is known color: Dark Khaki. HEX triplet: AF, B0 and 74. RGB value is (175,176,116). Sum of RGB (Red+Green+Blue) = 175+176+116=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB074 is #504F8B. Grayscale: #A9A9A9. Windows color (decimal): -5263244 or 7647407. OLE color: 7647407.

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

Color convert

RGB 175 176 116 -
CMYK 0.01 0 0.34 0.31
HSL 61º 0.28% 0.57% -
HSV(B) 61º 0.34% 0.69% -
XYZ 36.36 41.43 22.6 -
YUV 168.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 175 176 116 0.01 0 0.34 0.31 61 0.28 0.57
Hex AF B0 74 1 0 22 1F 3D 1C 39
Octal 257 260 164 1 0 42 37 75 34 71
Binary 10101111 10110000 1110100 1 0 100010 11111 111101 11100 111001

Color Harmonies of #AFB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB074

Black with #AFB074

Text Example


Text Example

White with #AFB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB074; }

 p { color: rgb(175,176,116); }

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

background-color css

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

 a { background-color: rgb(175,176,116); }

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

border-color css

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

 span { border-color: rgb(175,176,116); }

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