Html Css Color HEX #AFAE74 Dark Khaki

📋 copy color: '#AFAE74'

red 175 ◦ green 174 ◦ blue 116

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

Shades of Dark Khaki #AFAE74

Tints of Dark Khaki #AFAE74

RGB

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

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

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

R = 37.63%
G = 37.42%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AFAE74 (or 0xAFAE74) is known color: Dark Khaki. HEX triplet: AF, AE and 74. RGB value is (175,174,116). Sum of RGB (Red+Green+Blue) = 175+174+116=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE74 is #50518B. Grayscale: #A7A7A7. Windows color (decimal): -5263756 or 7646895. OLE color: 7646895.

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

Color convert

RGB 175 174 116 -
CMYK 0 0.01 0.34 0.31
HSL 58.98º 0.27% 0.57% -
HSV(B) 58.98º 0.34% 0.69% -
XYZ 35.97 40.65 22.47 -
YUV 167.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 175 174 116 0 0.01 0.34 0.31 58.98 0.27 0.57
Hex AF AE 74 0 1 22 1F 3B 1B 39
Octal 257 256 164 0 1 42 37 73 33 71
Binary 10101111 10101110 1110100 0 1 100010 11111 111011 11011 111001

Color Harmonies of #AFAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE74

Black with #AFAE74

Text Example


Text Example

White with #AFAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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