Html Css Color HEX #AEA25B Gimblet

📋 copy color: '#AEA25B'

red 174 ◦ green 162 ◦ blue 91

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

Shades of Gimblet #AEA25B

Tints of Gimblet #AEA25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 40.75%
G = 37.94%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AEA25B (or 0xAEA25B) is known color: Gimblet. HEX triplet: AE, A2 and 5B. RGB value is (174,162,91). Sum of RGB (Red+Green+Blue) = 174+162+91=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA25B is #515DA4. Grayscale: #9D9D9D. Windows color (decimal): -5332389 or 6005422. OLE color: 6005422.

HSL color Cylindrical-coordinate representation of color #AEA25B: hue angle of 51.33º 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 #AEA25B is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 91 -
CMYK 0 0.07 0.48 0.32
HSL 51.33º 0.34% 0.52% -
HSV(B) 51.33º 0.48% 0.68% -
XYZ 32.26 35.59 15.07 -
YUV 157.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 174 162 91 0 0.07 0.48 0.32 51.33 0.34 0.52
Hex AE A2 5B 0 7 30 20 33 22 34
Octal 256 242 133 0 7 60 40 63 42 64
Binary 10101110 10100010 1011011 0 111 110000 100000 110011 100010 110100

Color Harmonies of #AEA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA25B

Black with #AEA25B

Text Example


Text Example

White with #AEA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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