Html Css Color HEX #AEA85D Gimblet

📋 copy color: '#AEA85D'

red 174 ◦ green 168 ◦ blue 93

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

Shades of Gimblet #AEA85D

Tints of Gimblet #AEA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 40%
G = 38.62%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEA85D (or 0xAEA85D) is known color: Gimblet. HEX triplet: AE, A8 and 5D. RGB value is (174,168,93). Sum of RGB (Red+Green+Blue) = 174+168+93=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA85D is #5157A2. Grayscale: #A1A1A1. Windows color (decimal): -5330851 or 6138030. OLE color: 6138030.

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

Color convert

RGB 174 168 93 -
CMYK 0 0.03 0.47 0.32
HSL 55.56º 0.33% 0.52% -
HSV(B) 55.56º 0.47% 0.68% -
XYZ 33.43 37.79 15.89 -
YUV 161.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 174 168 93 0 0.03 0.47 0.32 55.56 0.33 0.52
Hex AE A8 5D 0 3 2F 20 38 21 34
Octal 256 250 135 0 3 57 40 70 41 64
Binary 10101110 10101000 1011101 0 11 101111 100000 111000 100001 110100

Color Harmonies of #AEA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA85D

Black with #AEA85D

Text Example


Text Example

White with #AEA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA85D; }

 p { color: rgb(174,168,93); }

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

background-color css

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

 a { background-color: rgb(174,168,93); }

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

border-color css

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

 span { border-color: rgb(174,168,93); }

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