Html Css Color HEX #AEA83F Brass

📋 copy color: '#AEA83F'

red 174 ◦ green 168 ◦ blue 63

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

Shades of Brass #AEA83F

Tints of Brass #AEA83F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 63 (25% from 255) = 15.56%

R = 42.96%
G = 41.48%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEA83F (or 0xAEA83F) is known color: Brass. HEX triplet: AE, A8 and 3F. RGB value is (174,168,63). Sum of RGB (Red+Green+Blue) = 174+168+63=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA83F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA83F is #5157C0. Grayscale: #9E9E9E. Windows color (decimal): -5330881 or 4171950. OLE color: 4171950.

HSL color Cylindrical-coordinate representation of color #AEA83F: hue angle of 56.76º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEA83F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 63 -
CMYK 0 0.03 0.64 0.32
HSL 56.76º 0.47% 0.46% -
HSV(B) 56.76º 0.64% 0.68% -
XYZ 32.36 37.36 10.21 -
YUV 157.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 174 168 63 0 0.03 0.64 0.32 56.76 0.47 0.46
Hex AE A8 3F 0 3 40 20 39 2F 2E
Octal 256 250 77 0 3 100 40 71 57 56
Binary 10101110 10101000 111111 0 11 1000000 100000 111001 101111 101110

Color Harmonies of #AEA83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA83F

Black with #AEA83F

Text Example


Text Example

White with #AEA83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA83F; }

 p { color: rgb(174,168,63); }

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

background-color css

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

 a { background-color: rgb(174,168,63); }

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

border-color css

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

 span { border-color: rgb(174,168,63); }

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