Html Css Color HEX #AFB072 Dark Khaki

📋 copy color: '#AFB072'

red 175 ◦ green 176 ◦ blue 114

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

Shades of Dark Khaki #AFB072

Tints of Dark Khaki #AFB072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 37.63%
G = 37.85%
B = 24.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AFB072 (or 0xAFB072) is known color: Dark Khaki. HEX triplet: AF, B0 and 72. RGB value is (175,176,114). Sum of RGB (Red+Green+Blue) = 175+176+114=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB072 is #504F8D. Grayscale: #A8A8A8. Windows color (decimal): -5263246 or 7516335. OLE color: 7516335.

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

Color convert

RGB 175 176 114 -
CMYK 0.01 0 0.35 0.31
HSL 60.97º 0.28% 0.57% -
HSV(B) 60.97º 0.35% 0.69% -
XYZ 36.24 41.38 22 -
YUV 168.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 175 176 114 0.01 0 0.35 0.31 60.97 0.28 0.57
Hex AF B0 72 1 0 23 1F 3D 1C 39
Octal 257 260 162 1 0 43 37 75 34 71
Binary 10101111 10110000 1110010 1 0 100011 11111 111101 11100 111001

Color Harmonies of #AFB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB072

Black with #AFB072

Text Example


Text Example

White with #AFB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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