Html Css Color HEX #AE6706 Golden Brown

📋 copy color: '#AE6706'

red 174 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #AE6706

Tints of Golden Brown #AE6706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 61.48%
G = 36.4%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE6706 (or 0xAE6706) is known color: Golden Brown. HEX triplet: AE, 67 and 06. RGB value is (174,103,6). Sum of RGB (Red+Green+Blue) = 174+103+6=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6706 is #5198F9. Grayscale: #717171. Windows color (decimal): -5347578 or 419758. OLE color: 419758.

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

Color convert

RGB 174 103 6 -
CMYK 0 0.41 0.97 0.32
HSL 34.64º 0.93% 0.35% -
HSV(B) 34.64º 0.97% 0.68% -
XYZ 22.34 18.71 2.61 -
YUV 113.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 174 103 6 0 0.41 0.97 0.32 34.64 0.93 0.35
Hex AE 67 6 0 29 61 20 23 5D 23
Octal 256 147 6 0 51 141 40 43 135 43
Binary 10101110 1100111 110 0 101001 1100001 100000 100011 1011101 100011

Color Harmonies of #AE6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6706

Black with #AE6706

Text Example


Text Example

White with #AE6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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