Html Css Color HEX #AEAB38 Brass

📋 copy color: '#AEAB38'

red 174 ◦ green 171 ◦ blue 56

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

Shades of Brass #AEAB38

Tints of Brass #AEAB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 56 (22.27% from 255) = 13.97%

R = 43.39%
G = 42.64%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AEAB38 (or 0xAEAB38) is known color: Brass. HEX triplet: AE, AB and 38. RGB value is (174,171,56). Sum of RGB (Red+Green+Blue) = 174+171+56=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB38 is #5154C7. Grayscale: #9F9F9F. Windows color (decimal): -5330120 or 3713966. OLE color: 3713966.

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

Color convert

RGB 174 171 56 -
CMYK 0 0.02 0.68 0.32
HSL 58.47º 0.51% 0.45% -
HSV(B) 58.47º 0.68% 0.68% -
XYZ 32.73 38.41 9.43 -
YUV 158.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 174 171 56 0 0.02 0.68 0.32 58.47 0.51 0.45
Hex AE AB 38 0 2 44 20 3A 33 2D
Octal 256 253 70 0 2 104 40 72 63 55
Binary 10101110 10101011 111000 0 10 1000100 100000 111010 110011 101101

Color Harmonies of #AEAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB38

Black with #AEAB38

Text Example


Text Example

White with #AEAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB38; }

 p { color: rgb(174,171,56); }

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

background-color css

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

 a { background-color: rgb(174,171,56); }

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

border-color css

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

 span { border-color: rgb(174,171,56); }

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