Html Css Color HEX #AE700D Golden Brown

📋 copy color: '#AE700D'

red 174 ◦ green 112 ◦ blue 13

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

Shades of Golden Brown #AE700D

Tints of Golden Brown #AE700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 58.19%
G = 37.46%
B = 4.35%

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

#AE700D (or 0xAE700D) is known color: Golden Brown. HEX triplet: AE, 70 and 0D. RGB value is (174,112,13). Sum of RGB (Red+Green+Blue) = 174+112+13=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE700D is #518FF2. Grayscale: #777777. Windows color (decimal): -5345267 or 880814. OLE color: 880814.

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

Color convert

RGB 174 112 13 -
CMYK 0 0.36 0.93 0.32
HSL 36.89º 0.86% 0.37% -
HSV(B) 36.89º 0.93% 0.68% -
XYZ 23.32 20.62 3.13 -
YUV 119.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 174 112 13 0 0.36 0.93 0.32 36.89 0.86 0.37
Hex AE 70 D 0 24 5D 20 25 56 25
Octal 256 160 15 0 44 135 40 45 126 45
Binary 10101110 1110000 1101 0 100100 1011101 100000 100101 1010110 100101

Color Harmonies of #AE700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE700D

Black with #AE700D

Text Example


Text Example

White with #AE700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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