Html Css Color HEX #AFAC70 Dark Khaki

📋 copy color: '#AFAC70'

red 175 ◦ green 172 ◦ blue 112

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

Shades of Dark Khaki #AFAC70

Tints of Dark Khaki #AFAC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

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

R = 38.13%
G = 37.47%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AFAC70 (or 0xAFAC70) is known color: Dark Khaki. HEX triplet: AF, AC and 70. RGB value is (175,172,112). Sum of RGB (Red+Green+Blue) = 175+172+112=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC70 is #50538F. Grayscale: #A6A6A6. Windows color (decimal): -5264272 or 7384239. OLE color: 7384239.

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

Color convert

RGB 175 172 112 -
CMYK 0 0.02 0.36 0.31
HSL 57.14º 0.28% 0.56% -
HSV(B) 57.14º 0.36% 0.69% -
XYZ 35.36 39.79 21.15 -
YUV 166.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 175 172 112 0 0.02 0.36 0.31 57.14 0.28 0.56
Hex AF AC 70 0 2 24 1F 39 1C 38
Octal 257 254 160 0 2 44 37 71 34 70
Binary 10101111 10101100 1110000 0 10 100100 11111 111001 11100 111000

Color Harmonies of #AFAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC70

Black with #AFAC70

Text Example


Text Example

White with #AFAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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