Html Css Color HEX #AEA45A Gimblet

📋 copy color: '#AEA45A'

red 174 ◦ green 164 ◦ blue 90

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

Shades of Gimblet #AEA45A

Tints of Gimblet #AEA45A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 40.65%
G = 38.32%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AEA45A (or 0xAEA45A) is known color: Gimblet. HEX triplet: AE, A4 and 5A. RGB value is (174,164,90). Sum of RGB (Red+Green+Blue) = 174+164+90=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA45A is #515BA5. Grayscale: #9E9E9E. Windows color (decimal): -5331878 or 5940398. OLE color: 5940398.

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

Color convert

RGB 174 164 90 -
CMYK 0 0.06 0.48 0.32
HSL 52.86º 0.34% 0.52% -
HSV(B) 52.86º 0.48% 0.68% -
XYZ 32.58 36.29 14.96 -
YUV 158.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 174 164 90 0 0.06 0.48 0.32 52.86 0.34 0.52
Hex AE A4 5A 0 6 30 20 35 22 34
Octal 256 244 132 0 6 60 40 65 42 64
Binary 10101110 10100100 1011010 0 110 110000 100000 110101 100010 110100

Color Harmonies of #AEA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA45A

Black with #AEA45A

Text Example


Text Example

White with #AEA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA45A; }

 p { color: rgb(174,164,90); }

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

background-color css

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

 a { background-color: rgb(174,164,90); }

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

border-color css

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

 span { border-color: rgb(174,164,90); }

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