Html Css Color HEX #AE700C Golden Brown

📋 copy color: '#AE700C'

red 174 ◦ green 112 ◦ blue 12

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

Shades of Golden Brown #AE700C

Tints of Golden Brown #AE700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 58.39%
G = 37.58%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE700C (or 0xAE700C) is known color: Golden Brown. HEX triplet: AE, 70 and 0C. RGB value is (174,112,12). Sum of RGB (Red+Green+Blue) = 174+112+12=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE700C is #518FF3. Grayscale: #777777. Windows color (decimal): -5345268 or 815278. OLE color: 815278.

HSL color Cylindrical-coordinate representation of color #AE700C: hue angle of 37.04º 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 #AE700C is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 12 -
CMYK 0 0.36 0.93 0.32
HSL 37.04º 0.87% 0.36% -
HSV(B) 37.04º 0.93% 0.68% -
XYZ 23.32 20.61 3.1 -
YUV 119.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 174 112 12 0 0.36 0.93 0.32 37.04 0.87 0.36
Hex AE 70 C 0 24 5D 20 25 57 24
Octal 256 160 14 0 44 135 40 45 127 44
Binary 10101110 1110000 1100 0 100100 1011101 100000 100101 1010111 100100

Color Harmonies of #AE700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE700C

Black with #AE700C

Text Example


Text Example

White with #AE700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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