Html Css Color HEX #AEA268 Gimblet

📋 copy color: '#AEA268'

red 174 ◦ green 162 ◦ blue 104

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

Shades of Gimblet #AEA268

Tints of Gimblet #AEA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 39.55%
G = 36.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA268 (or 0xAEA268) is known color: Gimblet. HEX triplet: AE, A2 and 68. RGB value is (174,162,104). Sum of RGB (Red+Green+Blue) = 174+162+104=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA268 is #515D97. Grayscale: #9F9F9F. Windows color (decimal): -5332376 or 6857390. OLE color: 6857390.

HSL color Cylindrical-coordinate representation of color #AEA268: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEA268 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 104 -
CMYK 0 0.07 0.40 0.32
HSL 49.71º 0.3% 0.55% -
HSV(B) 49.71º 0.4% 0.68% -
XYZ 32.87 35.84 18.28 -
YUV 158.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 174 162 104 0 0.07 0.40 0.32 49.71 0.3 0.55
Hex AE A2 68 0 7 28 20 32 1E 37
Octal 256 242 150 0 7 50 40 62 36 67
Binary 10101110 10100010 1101000 0 111 101000 100000 110010 11110 110111

Color Harmonies of #AEA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA268

Black with #AEA268

Text Example


Text Example

White with #AEA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA268; }

 p { color: rgb(174,162,104); }

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

background-color css

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

 a { background-color: rgb(174,162,104); }

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

border-color css

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

 span { border-color: rgb(174,162,104); }

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