Html Css Color HEX #AEB471 Dark Khaki

📋 copy color: '#AEB471'

red 174 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #AEB471

Tints of Dark Khaki #AEB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

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

R = 37.26%
G = 38.54%
B = 24.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#AEB471 (or 0xAEB471) is known color: Dark Khaki. HEX triplet: AE, B4 and 71. RGB value is (174,180,113). Sum of RGB (Red+Green+Blue) = 174+180+113=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB471 is #514B8E. Grayscale: #AAAAAA. Windows color (decimal): -5327759 or 7451822. OLE color: 7451822.

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

Color convert

RGB 174 180 113 -
CMYK 0.03 0 0.37 0.29
HSL 65.37º 0.31% 0.57% -
HSV(B) 65.37º 0.37% 0.71% -
XYZ 36.76 42.83 21.95 -
YUV 170.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 174 180 113 0.03 0 0.37 0.29 65.37 0.31 0.57
Hex AE B4 71 3 0 25 1D 41 1F 39
Octal 256 264 161 3 0 45 35 101 37 71
Binary 10101110 10110100 1110001 11 0 100101 11101 1000001 11111 111001

Color Harmonies of #AEB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB471

Black with #AEB471

Text Example


Text Example

White with #AEB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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