Html Css Color HEX #AE5622 Rich Gold

📋 copy color: '#AE5622'

red 174 ◦ green 86 ◦ blue 34

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

Shades of Rich Gold #AE5622

Tints of Rich Gold #AE5622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

 BLUE value IS 34 (13.67% from 255) = 11.56%

R = 59.18%
G = 29.25%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE5622 (or 0xAE5622) is known color: Rich Gold. HEX triplet: AE, 56 and 22. RGB value is (174,86,34). Sum of RGB (Red+Green+Blue) = 174+86+34=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5622 is #51A9DD. Grayscale: #6A6A6A. Windows color (decimal): -5351902 or 2250414. OLE color: 2250414.

HSL color Cylindrical-coordinate representation of color #AE5622: hue angle of 22.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE5622 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 86 34 -
CMYK 0 0.51 0.80 0.32
HSL 22.29º 0.67% 0.41% -
HSV(B) 22.29º 0.8% 0.68% -
XYZ 21.07 15.77 3.45 -
YUV 106.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 174 86 34 0 0.51 0.80 0.32 22.29 0.67 0.41
Hex AE 56 22 0 33 50 20 16 43 29
Octal 256 126 42 0 63 120 40 26 103 51
Binary 10101110 1010110 100010 0 110011 1010000 100000 10110 1000011 101001

Color Harmonies of #AE5622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5622

Black with #AE5622

Text Example


Text Example

White with #AE5622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5622; }

 p { color: rgb(174,86,34); }

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

background-color css

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

 a { background-color: rgb(174,86,34); }

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

border-color css

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

 span { border-color: rgb(174,86,34); }

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