Html Css Color HEX #AE6000 Golden Brown

📋 copy color: '#AE6000'

red 174 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #AE6000

Tints of Golden Brown #AE6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

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

R = 64.44%
G = 35.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE6000 (or 0xAE6000) is known color: Golden Brown. HEX triplet: AE, 60 and 00. RGB value is (174,96,0). Sum of RGB (Red+Green+Blue) = 174+96+0=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6000 is #519FFF. Grayscale: #6C6C6C. Windows color (decimal): -5349376 or 24750. OLE color: 24750.

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

Color convert

RGB 174 96 0 -
CMYK 0 0.45 1 0.32
HSL 33.1º 1% 0.34% -
HSV(B) 33.1º 1% 0.68% -
XYZ 21.64 17.36 2.21 -
YUV 108.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 174 96 0 0 0.45 1 0.32 33.1 1 0.34
Hex AE 60 0 0 2D 64 20 21 64 22
Octal 256 140 0 0 55 144 40 41 144 42
Binary 10101110 1100000 0 0 101101 1100100 100000 100001 1100100 100010

Color Harmonies of #AE6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6000

Black with #AE6000

Text Example


Text Example

White with #AE6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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