Html Css Color HEX #AE6301 Golden Brown

📋 copy color: '#AE6301'

red 174 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #AE6301

Tints of Golden Brown #AE6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

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

R = 63.5%
G = 36.13%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE6301 (or 0xAE6301) is known color: Golden Brown. HEX triplet: AE, 63 and 01. RGB value is (174,99,1). Sum of RGB (Red+Green+Blue) = 174+99+1=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6301 is #519CFE. Grayscale: #6E6E6E. Windows color (decimal): -5348607 or 91054. OLE color: 91054.

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

Color convert

RGB 174 99 1 -
CMYK 0 0.43 0.99 0.32
HSL 33.99º 0.99% 0.34% -
HSV(B) 33.99º 0.99% 0.68% -
XYZ 21.92 17.92 2.33 -
YUV 110.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 174 99 1 0 0.43 0.99 0.32 33.99 0.99 0.34
Hex AE 63 1 0 2B 63 20 22 63 22
Octal 256 143 1 0 53 143 40 42 143 42
Binary 10101110 1100011 1 0 101011 1100011 100000 100010 1100011 100010

Color Harmonies of #AE6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6301

Black with #AE6301

Text Example


Text Example

White with #AE6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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