Html Css Color HEX #AE650C Golden Brown

📋 copy color: '#AE650C'

red 174 ◦ green 101 ◦ blue 12

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

Shades of Golden Brown #AE650C

Tints of Golden Brown #AE650C

RGB

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

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

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

R = 60.63%
G = 35.19%
B = 4.18%

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

#AE650C (or 0xAE650C) is known color: Golden Brown. HEX triplet: AE, 65 and 0C. RGB value is (174,101,12). Sum of RGB (Red+Green+Blue) = 174+101+12=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE650C is #519AF3. Grayscale: #717171. Windows color (decimal): -5348084 or 812462. OLE color: 812462.

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

Color convert

RGB 174 101 12 -
CMYK 0 0.42 0.93 0.32
HSL 32.96º 0.87% 0.36% -
HSV(B) 32.96º 0.93% 0.68% -
XYZ 22.18 18.33 2.72 -
YUV 112.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 174 101 12 0 0.42 0.93 0.32 32.96 0.87 0.36
Hex AE 65 C 0 2A 5D 20 21 57 24
Octal 256 145 14 0 52 135 40 41 127 44
Binary 10101110 1100101 1100 0 101010 1011101 100000 100001 1010111 100100

Color Harmonies of #AE650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE650C

Black with #AE650C

Text Example


Text Example

White with #AE650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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