Html Css Color HEX #AEB073 Dark Khaki

📋 copy color: '#AEB073'

red 174 ◦ green 176 ◦ blue 115

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

Shades of Dark Khaki #AEB073

Tints of Dark Khaki #AEB073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 37.42%
G = 37.85%
B = 24.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AEB073 (or 0xAEB073) is known color: Dark Khaki. HEX triplet: AE, B0 and 73. RGB value is (174,176,115). Sum of RGB (Red+Green+Blue) = 174+176+115=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB073 is #514F8C. Grayscale: #A8A8A8. Windows color (decimal): -5328781 or 7581870. OLE color: 7581870.

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

Color convert

RGB 174 176 115 -
CMYK 0.01 0 0.35 0.31
HSL 61.97º 0.28% 0.57% -
HSV(B) 61.97º 0.35% 0.69% -
XYZ 36.08 41.29 22.29 -
YUV 168.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 174 176 115 0.01 0 0.35 0.31 61.97 0.28 0.57
Hex AE B0 73 1 0 23 1F 3E 1C 39
Octal 256 260 163 1 0 43 37 76 34 71
Binary 10101110 10110000 1110011 1 0 100011 11111 111110 11100 111001

Color Harmonies of #AEB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB073

Black with #AEB073

Text Example


Text Example

White with #AEB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB073; }

 p { color: rgb(174,176,115); }

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

background-color css

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

 a { background-color: rgb(174,176,115); }

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

border-color css

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

 span { border-color: rgb(174,176,115); }

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