Html Css Color HEX #AE5C01 Golden Brown

📋 copy color: '#AE5C01'

red 174 ◦ green 92 ◦ blue 1

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

Shades of Golden Brown #AE5C01

Tints of Golden Brown #AE5C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 65.17%
G = 34.46%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE5C01 (or 0xAE5C01) is known color: Golden Brown. HEX triplet: AE, 5C and 01. RGB value is (174,92,1). Sum of RGB (Red+Green+Blue) = 174+92+1=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5C01 is #51A3FE. Grayscale: #6A6A6A. Windows color (decimal): -5350399 or 89262. OLE color: 89262.

HSL color Cylindrical-coordinate representation of color #AE5C01: hue angle of 31.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE5C01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 92 1 -
CMYK 0 0.47 0.99 0.32
HSL 31.56º 0.99% 0.34% -
HSV(B) 31.56º 0.99% 0.68% -
XYZ 21.29 16.66 2.12 -
YUV 106.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 174 92 1 0 0.47 0.99 0.32 31.56 0.99 0.34
Hex AE 5C 1 0 2F 63 20 20 63 22
Octal 256 134 1 0 57 143 40 40 143 42
Binary 10101110 1011100 1 0 101111 1100011 100000 100000 1100011 100010

Color Harmonies of #AE5C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C01

Black with #AE5C01

Text Example


Text Example

White with #AE5C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C01; }

 p { color: rgb(174,92,1); }

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

background-color css

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

 a { background-color: rgb(174,92,1); }

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

border-color css

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

 span { border-color: rgb(174,92,1); }

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