Html Css Color HEX #AE650D Golden Brown

📋 copy color: '#AE650D'

red 174 ◦ green 101 ◦ blue 13

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

Shades of Golden Brown #AE650D

Tints of Golden Brown #AE650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

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

R = 60.42%
G = 35.07%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE650D (or 0xAE650D) is known color: Golden Brown. HEX triplet: AE, 65 and 0D. RGB value is (174,101,13). Sum of RGB (Red+Green+Blue) = 174+101+13=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE650D is #519AF2. Grayscale: #717171. Windows color (decimal): -5348083 or 877998. OLE color: 877998.

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

Color convert

RGB 174 101 13 -
CMYK 0 0.42 0.93 0.32
HSL 32.8º 0.86% 0.37% -
HSV(B) 32.8º 0.93% 0.68% -
XYZ 22.18 18.34 2.75 -
YUV 112.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 174 101 13 0 0.42 0.93 0.32 32.8 0.86 0.37
Hex AE 65 D 0 2A 5D 20 21 56 25
Octal 256 145 15 0 52 135 40 41 126 45
Binary 10101110 1100101 1101 0 101010 1011101 100000 100001 1010110 100101

Color Harmonies of #AE650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE650D

Black with #AE650D

Text Example


Text Example

White with #AE650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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