Html Css Color HEX #AE551F Rich Gold

📋 copy color: '#AE551F'

red 174 ◦ green 85 ◦ blue 31

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

Shades of Rich Gold #AE551F

Tints of Rich Gold #AE551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 60%
G = 29.31%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE551F (or 0xAE551F) is known color: Rich Gold. HEX triplet: AE, 55 and 1F. RGB value is (174,85,31). Sum of RGB (Red+Green+Blue) = 174+85+31=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE551F is #51AAE0. Grayscale: #696969. Windows color (decimal): -5352161 or 2053550. OLE color: 2053550.

HSL color Cylindrical-coordinate representation of color #AE551F: hue angle of 22.66º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE551F is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 85 31 -
CMYK 0 0.51 0.82 0.32
HSL 22.66º 0.7% 0.4% -
HSV(B) 22.66º 0.82% 0.68% -
XYZ 20.95 15.59 3.2 -
YUV 105.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 174 85 31 0 0.51 0.82 0.32 22.66 0.7 0.4
Hex AE 55 1F 0 33 52 20 17 46 28
Octal 256 125 37 0 63 122 40 27 106 50
Binary 10101110 1010101 11111 0 110011 1010010 100000 10111 1000110 101000

Color Harmonies of #AE551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE551F

Black with #AE551F

Text Example


Text Example

White with #AE551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE551F; }

 p { color: rgb(174,85,31); }

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

background-color css

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

 a { background-color: rgb(174,85,31); }

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

border-color css

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

 span { border-color: rgb(174,85,31); }

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