Html Css Color HEX #AEAB71 Dark Khaki

📋 copy color: '#AEAB71'

red 174 ◦ green 171 ◦ blue 113

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

Shades of Dark Khaki #AEAB71

Tints of Dark Khaki #AEAB71

RGB

 RED value IS 174 (68.36% from 255) = 37.99%

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 37.99%
G = 37.34%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AEAB71 (or 0xAEAB71) is known color: Dark Khaki. HEX triplet: AE, AB and 71. RGB value is (174,171,113). Sum of RGB (Red+Green+Blue) = 174+171+113=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB71 is #51548E. Grayscale: #A5A5A5. Windows color (decimal): -5330063 or 7449518. OLE color: 7449518.

HSL color Cylindrical-coordinate representation of color #AEAB71: hue angle of 57.05º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEAB71 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 113 -
CMYK 0 0.02 0.35 0.32
HSL 57.05º 0.27% 0.56% -
HSV(B) 57.05º 0.35% 0.68% -
XYZ 35 39.32 21.37 -
YUV 165.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 174 171 113 0 0.02 0.35 0.32 57.05 0.27 0.56
Hex AE AB 71 0 2 23 20 39 1B 38
Octal 256 253 161 0 2 43 40 71 33 70
Binary 10101110 10101011 1110001 0 10 100011 100000 111001 11011 111000

Color Harmonies of #AEAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB71

Black with #AEAB71

Text Example


Text Example

White with #AEAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB71; }

 p { color: rgb(174,171,113); }

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

background-color css

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

 a { background-color: rgb(174,171,113); }

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

border-color css

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

 span { border-color: rgb(174,171,113); }

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