Html Css Color HEX #AE680C Golden Brown

📋 copy color: '#AE680C'

red 174 ◦ green 104 ◦ blue 12

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

Shades of Golden Brown #AE680C

Tints of Golden Brown #AE680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 60%
G = 35.86%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE680C (or 0xAE680C) is known color: Golden Brown. HEX triplet: AE, 68 and 0C. RGB value is (174,104,12). Sum of RGB (Red+Green+Blue) = 174+104+12=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE680C is #5197F3. Grayscale: #727272. Windows color (decimal): -5347316 or 813230. OLE color: 813230.

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

Color convert

RGB 174 104 12 -
CMYK 0 0.40 0.93 0.32
HSL 34.07º 0.87% 0.36% -
HSV(B) 34.07º 0.93% 0.68% -
XYZ 22.47 18.93 2.82 -
YUV 114.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 174 104 12 0 0.40 0.93 0.32 34.07 0.87 0.36
Hex AE 68 C 0 28 5D 20 22 57 24
Octal 256 150 14 0 50 135 40 42 127 44
Binary 10101110 1101000 1100 0 101000 1011101 100000 100010 1010111 100100

Color Harmonies of #AE680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE680C

Black with #AE680C

Text Example


Text Example

White with #AE680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE680C; }

 p { color: rgb(174,104,12); }

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

background-color css

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

 a { background-color: rgb(174,104,12); }

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

border-color css

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

 span { border-color: rgb(174,104,12); }

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