Html Css Color HEX #AE6705 Golden Brown

📋 copy color: '#AE6705'

red 174 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #AE6705

Tints of Golden Brown #AE6705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 61.7%
G = 36.52%
B = 1.77%

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

#AE6705 (or 0xAE6705) is known color: Golden Brown. HEX triplet: AE, 67 and 05. RGB value is (174,103,5). Sum of RGB (Red+Green+Blue) = 174+103+5=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6705 is #5198FA. Grayscale: #717171. Windows color (decimal): -5347579 or 354222. OLE color: 354222.

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

Color convert

RGB 174 103 5 -
CMYK 0 0.41 0.97 0.32
HSL 34.79º 0.94% 0.35% -
HSV(B) 34.79º 0.97% 0.68% -
XYZ 22.33 18.71 2.58 -
YUV 113.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 174 103 5 0 0.41 0.97 0.32 34.79 0.94 0.35
Hex AE 67 5 0 29 61 20 23 5E 23
Octal 256 147 5 0 51 141 40 43 136 43
Binary 10101110 1100111 101 0 101001 1100001 100000 100011 1011110 100011

Color Harmonies of #AE6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6705

Black with #AE6705

Text Example


Text Example

White with #AE6705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6705; }

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

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

background-color css

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

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

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

border-color css

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

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

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