Html Css Color HEX #AEAB70 Dark Khaki

📋 copy color: '#AEAB70'

red 174 ◦ green 171 ◦ blue 112

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

Shades of Dark Khaki #AEAB70

Tints of Dark Khaki #AEAB70

RGB

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

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

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

R = 38.07%
G = 37.42%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AEAB70 (or 0xAEAB70) is known color: Dark Khaki. HEX triplet: AE, AB and 70. RGB value is (174,171,112). Sum of RGB (Red+Green+Blue) = 174+171+112=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB70 is #51548F. Grayscale: #A5A5A5. Windows color (decimal): -5330064 or 7383982. OLE color: 7383982.

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

Color convert

RGB 174 171 112 -
CMYK 0 0.02 0.36 0.32
HSL 57.1º 0.28% 0.56% -
HSV(B) 57.1º 0.36% 0.68% -
XYZ 34.94 39.29 21.07 -
YUV 165.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 174 171 112 0 0.02 0.36 0.32 57.1 0.28 0.56
Hex AE AB 70 0 2 24 20 39 1C 38
Octal 256 253 160 0 2 44 40 71 34 70
Binary 10101110 10101011 1110000 0 10 100100 100000 111001 11100 111000

Color Harmonies of #AEAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB70

Black with #AEAB70

Text Example


Text Example

White with #AEAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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