Html Css Color HEX #AE6100 Golden Brown

📋 copy color: '#AE6100'

red 174 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #AE6100

Tints of Golden Brown #AE6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.21%
G = 35.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE6100 (or 0xAE6100) is known color: Golden Brown. HEX triplet: AE, 61 and 00. RGB value is (174,97,0). Sum of RGB (Red+Green+Blue) = 174+97+0=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6100 is #519EFF. Grayscale: #6D6D6D. Windows color (decimal): -5349120 or 25006. OLE color: 25006.

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

Color convert

RGB 174 97 0 -
CMYK 0 0.44 1 0.32
HSL 33.45º 1% 0.34% -
HSV(B) 33.45º 1% 0.68% -
XYZ 21.73 17.55 2.24 -
YUV 108.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 174 97 0 0 0.44 1 0.32 33.45 1 0.34
Hex AE 61 0 0 2C 64 20 21 64 22
Octal 256 141 0 0 54 144 40 41 144 42
Binary 10101110 1100001 0 0 101100 1100100 100000 100001 1100100 100010

Color Harmonies of #AE6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6100

Black with #AE6100

Text Example


Text Example

White with #AE6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6100; }

 p { color: rgb(174,97,0); }

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

background-color css

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

 a { background-color: rgb(174,97,0); }

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

border-color css

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

 span { border-color: rgb(174,97,0); }

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