Html Css Color HEX #AE6711 Golden Brown

📋 copy color: '#AE6711'

red 174 ◦ green 103 ◦ blue 17

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

Shades of Golden Brown #AE6711

Tints of Golden Brown #AE6711

RGB

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

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

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

R = 59.18%
G = 35.03%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE6711 (or 0xAE6711) is known color: Golden Brown. HEX triplet: AE, 67 and 11. RGB value is (174,103,17). Sum of RGB (Red+Green+Blue) = 174+103+17=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6711 is #5198EE. Grayscale: #727272. Windows color (decimal): -5347567 or 1140654. OLE color: 1140654.

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

Color convert

RGB 174 103 17 -
CMYK 0 0.41 0.90 0.32
HSL 32.87º 0.82% 0.37% -
HSV(B) 32.87º 0.9% 0.68% -
XYZ 22.41 18.74 2.97 -
YUV 114.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 174 103 17 0 0.41 0.90 0.32 32.87 0.82 0.37
Hex AE 67 11 0 29 5A 20 21 52 25
Octal 256 147 21 0 51 132 40 41 122 45
Binary 10101110 1100111 10001 0 101001 1011010 100000 100001 1010010 100101

Color Harmonies of #AE6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6711

Black with #AE6711

Text Example


Text Example

White with #AE6711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6711; }

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

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

background-color css

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

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

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

border-color css

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

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

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