Html Css Color HEX #AEB270 Dark Khaki

📋 copy color: '#AEB270'

red 174 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #AEB270

Tints of Dark Khaki #AEB270

RGB

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

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

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

R = 37.5%
G = 38.36%
B = 24.14%

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

#AEB270 (or 0xAEB270) is known color: Dark Khaki. HEX triplet: AE, B2 and 70. RGB value is (174,178,112). Sum of RGB (Red+Green+Blue) = 174+178+112=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB270 is #514D8F. Grayscale: #A9A9A9. Windows color (decimal): -5328272 or 7385774. OLE color: 7385774.

HSL color Cylindrical-coordinate representation of color #AEB270: hue angle of 63.64º 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 #AEB270 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 112 -
CMYK 0.02 0 0.37 0.30
HSL 63.64º 0.3% 0.57% -
HSV(B) 63.64º 0.37% 0.7% -
XYZ 36.3 42.01 21.52 -
YUV 169.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 174 178 112 0.02 0 0.37 0.30 63.64 0.3 0.57
Hex AE B2 70 2 0 25 1E 40 1E 39
Octal 256 262 160 2 0 45 36 100 36 71
Binary 10101110 10110010 1110000 10 0 100101 11110 1000000 11110 111001

Color Harmonies of #AEB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB270

Black with #AEB270

Text Example


Text Example

White with #AEB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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