Html Css Color HEX #AE6713 Golden Brown

📋 copy color: '#AE6713'

red 174 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #AE6713

Tints of Golden Brown #AE6713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

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

R = 58.78%
G = 34.8%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE6713 (or 0xAE6713) is known color: Golden Brown. HEX triplet: AE, 67 and 13. RGB value is (174,103,19). Sum of RGB (Red+Green+Blue) = 174+103+19=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6713 is #5198EC. Grayscale: #737373. Windows color (decimal): -5347565 or 1271726. OLE color: 1271726.

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

Color convert

RGB 174 103 19 -
CMYK 0 0.41 0.89 0.32
HSL 32.52º 0.8% 0.38% -
HSV(B) 32.52º 0.89% 0.68% -
XYZ 22.42 18.75 3.05 -
YUV 114.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 174 103 19 0 0.41 0.89 0.32 32.52 0.8 0.38
Hex AE 67 13 0 29 59 20 21 50 26
Octal 256 147 23 0 51 131 40 41 120 46
Binary 10101110 1100111 10011 0 101001 1011001 100000 100001 1010000 100110

Color Harmonies of #AE6713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6713

Black with #AE6713

Text Example


Text Example

White with #AE6713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6713; }

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

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

background-color css

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

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

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

border-color css

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

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

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