Html Css Color HEX #AE5B11 Golden Brown

📋 copy color: '#AE5B11'

red 174 ◦ green 91 ◦ blue 17

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

Shades of Golden Brown #AE5B11

Tints of Golden Brown #AE5B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 61.7%
G = 32.27%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE5B11 (or 0xAE5B11) is known color: Golden Brown. HEX triplet: AE, 5B and 11. RGB value is (174,91,17). Sum of RGB (Red+Green+Blue) = 174+91+17=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5B11 is #51A4EE. Grayscale: #6B6B6B. Windows color (decimal): -5350639 or 1137582. OLE color: 1137582.

HSL color Cylindrical-coordinate representation of color #AE5B11: hue angle of 28.28º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE5B11 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 91 17 -
CMYK 0 0.48 0.90 0.32
HSL 28.28º 0.82% 0.37% -
HSV(B) 28.28º 0.9% 0.68% -
XYZ 21.3 16.52 2.6 -
YUV 107.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 174 91 17 0 0.48 0.90 0.32 28.28 0.82 0.37
Hex AE 5B 11 0 30 5A 20 1C 52 25
Octal 256 133 21 0 60 132 40 34 122 45
Binary 10101110 1011011 10001 0 110000 1011010 100000 11100 1010010 100101

Color Harmonies of #AE5B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5B11

Black with #AE5B11

Text Example


Text Example

White with #AE5B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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