Html Css Color HEX #AEB271 Dark Khaki

📋 copy color: '#AEB271'

red 174 ◦ green 178 ◦ blue 113

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

Shades of Dark Khaki #AEB271

Tints of Dark Khaki #AEB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.28%

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

R = 37.42%
G = 38.28%
B = 24.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#AEB271 (or 0xAEB271) is known color: Dark Khaki. HEX triplet: AE, B2 and 71. RGB value is (174,178,113). Sum of RGB (Red+Green+Blue) = 174+178+113=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB271 is #514D8E. Grayscale: #A9A9A9. Windows color (decimal): -5328271 or 7451310. OLE color: 7451310.

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

Color convert

RGB 174 178 113 -
CMYK 0.02 0 0.37 0.30
HSL 63.69º 0.3% 0.57% -
HSV(B) 63.69º 0.37% 0.7% -
XYZ 36.36 42.03 21.82 -
YUV 169.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 174 178 113 0.02 0 0.37 0.30 63.69 0.3 0.57
Hex AE B2 71 2 0 25 1E 40 1E 39
Octal 256 262 161 2 0 45 36 100 36 71
Binary 10101110 10110010 1110001 10 0 100101 11110 1000000 11110 111001

Color Harmonies of #AEB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB271

Black with #AEB271

Text Example


Text Example

White with #AEB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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