Html Css Color HEX #AE5D13 Golden Brown

📋 copy color: '#AE5D13'

red 174 ◦ green 93 ◦ blue 19

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

Shades of Golden Brown #AE5D13

Tints of Golden Brown #AE5D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 60.84%
G = 32.52%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE5D13 (or 0xAE5D13) is known color: Golden Brown. HEX triplet: AE, 5D and 13. RGB value is (174,93,19). Sum of RGB (Red+Green+Blue) = 174+93+19=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D13 is #51A2EC. Grayscale: #6D6D6D. Windows color (decimal): -5350125 or 1269166. OLE color: 1269166.

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

Color convert

RGB 174 93 19 -
CMYK 0 0.47 0.89 0.32
HSL 28.65º 0.8% 0.38% -
HSV(B) 28.65º 0.89% 0.68% -
XYZ 21.49 16.87 2.74 -
YUV 108.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 174 93 19 0 0.47 0.89 0.32 28.65 0.8 0.38
Hex AE 5D 13 0 2F 59 20 1D 50 26
Octal 256 135 23 0 57 131 40 35 120 46
Binary 10101110 1011101 10011 0 101111 1011001 100000 11101 1010000 100110

Color Harmonies of #AE5D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D13

Black with #AE5D13

Text Example


Text Example

White with #AE5D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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