Html Css Color HEX #AE9E5E Gimblet

📋 copy color: '#AE9E5E'

red 174 ◦ green 158 ◦ blue 94

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

Shades of Gimblet #AE9E5E

Tints of Gimblet #AE9E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 40.85%
G = 37.09%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE9E5E (or 0xAE9E5E) is known color: Gimblet. HEX triplet: AE, 9E and 5E. RGB value is (174,158,94). Sum of RGB (Red+Green+Blue) = 174+158+94=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E5E is #5161A1. Grayscale: #9B9B9B. Windows color (decimal): -5333410 or 6201006. OLE color: 6201006.

HSL color Cylindrical-coordinate representation of color #AE9E5E: hue angle of 48º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE9E5E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 158 94 -
CMYK 0 0.09 0.46 0.32
HSL 48º 0.33% 0.53% -
HSV(B) 48º 0.46% 0.68% -
XYZ 31.7 34.26 15.53 -
YUV 155.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 174 158 94 0 0.09 0.46 0.32 48 0.33 0.53
Hex AE 9E 5E 0 9 2E 20 30 21 35
Octal 256 236 136 0 11 56 40 60 41 65
Binary 10101110 10011110 1011110 0 1001 101110 100000 110000 100001 110101

Color Harmonies of #AE9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E5E

Black with #AE9E5E

Text Example


Text Example

White with #AE9E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E5E; }

 p { color: rgb(174,158,94); }

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

background-color css

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

 a { background-color: rgb(174,158,94); }

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

border-color css

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

 span { border-color: rgb(174,158,94); }

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