Html Css Color HEX #AEA26B Gimblet

📋 copy color: '#AEA26B'

red 174 ◦ green 162 ◦ blue 107

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

Shades of Gimblet #AEA26B

Tints of Gimblet #AEA26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 39.28%
G = 36.57%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AEA26B (or 0xAEA26B) is known color: Gimblet. HEX triplet: AE, A2 and 6B. RGB value is (174,162,107). Sum of RGB (Red+Green+Blue) = 174+162+107=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA26B is #515D94. Grayscale: #9F9F9F. Windows color (decimal): -5332373 or 7053998. OLE color: 7053998.

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

Color convert

RGB 174 162 107 -
CMYK 0 0.07 0.39 0.32
HSL 49.25º 0.29% 0.55% -
HSV(B) 49.25º 0.39% 0.68% -
XYZ 33.03 35.9 19.1 -
YUV 159.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 174 162 107 0 0.07 0.39 0.32 49.25 0.29 0.55
Hex AE A2 6B 0 7 27 20 31 1D 37
Octal 256 242 153 0 7 47 40 61 35 67
Binary 10101110 10100010 1101011 0 111 100111 100000 110001 11101 110111

Color Harmonies of #AEA26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA26B

Black with #AEA26B

Text Example


Text Example

White with #AEA26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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