Html Css Color HEX #AFAE70 Dark Khaki

📋 copy color: '#AFAE70'

red 175 ◦ green 174 ◦ blue 112

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

Shades of Dark Khaki #AFAE70

Tints of Dark Khaki #AFAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.74%

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

R = 37.96%
G = 37.74%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AFAE70 (or 0xAFAE70) is known color: Dark Khaki. HEX triplet: AF, AE and 70. RGB value is (175,174,112). Sum of RGB (Red+Green+Blue) = 175+174+112=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE70 is #50518F. Grayscale: #A7A7A7. Windows color (decimal): -5263760 or 7384751. OLE color: 7384751.

HSL color Cylindrical-coordinate representation of color #AFAE70: hue angle of 59.05º 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 #AFAE70 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 112 -
CMYK 0 0.01 0.36 0.31
HSL 59.05º 0.28% 0.56% -
HSV(B) 59.05º 0.36% 0.69% -
XYZ 35.74 40.56 21.27 -
YUV 167.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 175 174 112 0 0.01 0.36 0.31 59.05 0.28 0.56
Hex AF AE 70 0 1 24 1F 3B 1C 38
Octal 257 256 160 0 1 44 37 73 34 70
Binary 10101111 10101110 1110000 0 1 100100 11111 111011 11100 111000

Color Harmonies of #AFAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE70

Black with #AFAE70

Text Example


Text Example

White with #AFAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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