Html Css Color HEX #AEB170 Dark Khaki

📋 copy color: '#AEB170'

red 174 ◦ green 177 ◦ blue 112

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

Shades of Dark Khaki #AEB170

Tints of Dark Khaki #AEB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 37.58%
G = 38.23%
B = 24.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AEB170 (or 0xAEB170) is known color: Dark Khaki. HEX triplet: AE, B1 and 70. RGB value is (174,177,112). Sum of RGB (Red+Green+Blue) = 174+177+112=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB170 is #514E8F. Grayscale: #A8A8A8. Windows color (decimal): -5328528 or 7385518. OLE color: 7385518.

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

Color convert

RGB 174 177 112 -
CMYK 0.02 0 0.37 0.31
HSL 62.77º 0.29% 0.57% -
HSV(B) 62.77º 0.37% 0.69% -
XYZ 36.1 41.61 21.46 -
YUV 168.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 174 177 112 0.02 0 0.37 0.31 62.77 0.29 0.57
Hex AE B1 70 2 0 25 1F 3F 1D 39
Octal 256 261 160 2 0 45 37 77 35 71
Binary 10101110 10110001 1110000 10 0 100101 11111 111111 11101 111001

Color Harmonies of #AEB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB170

Black with #AEB170

Text Example


Text Example

White with #AEB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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