Html Css Color HEX #AE6710 Golden Brown

📋 copy color: '#AE6710'

red 174 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #AE6710

Tints of Golden Brown #AE6710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 59.39%
G = 35.15%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE6710 (or 0xAE6710) is known color: Golden Brown. HEX triplet: AE, 67 and 10. RGB value is (174,103,16). Sum of RGB (Red+Green+Blue) = 174+103+16=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6710 is #5198EF. Grayscale: #727272. Windows color (decimal): -5347568 or 1075118. OLE color: 1075118.

HSL color Cylindrical-coordinate representation of color #AE6710: hue angle of 33.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE6710 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 103 16 -
CMYK 0 0.41 0.91 0.32
HSL 33.04º 0.83% 0.37% -
HSV(B) 33.04º 0.91% 0.68% -
XYZ 22.4 18.74 2.93 -
YUV 114.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 174 103 16 0 0.41 0.91 0.32 33.04 0.83 0.37
Hex AE 67 10 0 29 5B 20 21 53 25
Octal 256 147 20 0 51 133 40 41 123 45
Binary 10101110 1100111 10000 0 101001 1011011 100000 100001 1010011 100101

Color Harmonies of #AE6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6710

Black with #AE6710

Text Example


Text Example

White with #AE6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6710; }

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

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

background-color css

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

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

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

border-color css

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

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

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