Html Css Color HEX #AE6912 Golden Brown

📋 copy color: '#AE6912'

red 174 ◦ green 105 ◦ blue 18

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

Shades of Golden Brown #AE6912

Tints of Golden Brown #AE6912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 58.59%
G = 35.35%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE6912 (or 0xAE6912) is known color: Golden Brown. HEX triplet: AE, 69 and 12. RGB value is (174,105,18). Sum of RGB (Red+Green+Blue) = 174+105+18=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6912 is #5196ED. Grayscale: #747474. Windows color (decimal): -5347054 or 1206702. OLE color: 1206702.

HSL color Cylindrical-coordinate representation of color #AE6912: hue angle of 33.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE6912 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 18 -
CMYK 0 0.40 0.90 0.32
HSL 33.46º 0.81% 0.38% -
HSV(B) 33.46º 0.9% 0.68% -
XYZ 22.62 19.15 3.08 -
YUV 115.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 174 105 18 0 0.40 0.90 0.32 33.46 0.81 0.38
Hex AE 69 12 0 28 5A 20 21 51 26
Octal 256 151 22 0 50 132 40 41 121 46
Binary 10101110 1101001 10010 0 101000 1011010 100000 100001 1010001 100110

Color Harmonies of #AE6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6912

Black with #AE6912

Text Example


Text Example

White with #AE6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6912; }

 p { color: rgb(174,105,18); }

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

background-color css

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

 a { background-color: rgb(174,105,18); }

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

border-color css

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

 span { border-color: rgb(174,105,18); }

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