Html Css Color HEX #AE5D0C Golden Brown

📋 copy color: '#AE5D0C'

red 174 ◦ green 93 ◦ blue 12

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

Shades of Golden Brown #AE5D0C

Tints of Golden Brown #AE5D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

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

R = 62.37%
G = 33.33%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE5D0C (or 0xAE5D0C) is known color: Golden Brown. HEX triplet: AE, 5D and 0C. RGB value is (174,93,12). Sum of RGB (Red+Green+Blue) = 174+93+12=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D0C is #51A2F3. Grayscale: #6C6C6C. Windows color (decimal): -5350132 or 810414. OLE color: 810414.

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

Color convert

RGB 174 93 12 -
CMYK 0 0.47 0.93 0.32
HSL 30º 0.87% 0.36% -
HSV(B) 30º 0.93% 0.68% -
XYZ 21.44 16.85 2.47 -
YUV 107.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 174 93 12 0 0.47 0.93 0.32 30 0.87 0.36
Hex AE 5D C 0 2F 5D 20 1E 57 24
Octal 256 135 14 0 57 135 40 36 127 44
Binary 10101110 1011101 1100 0 101111 1011101 100000 11110 1010111 100100

Color Harmonies of #AE5D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D0C

Black with #AE5D0C

Text Example


Text Example

White with #AE5D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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