Html Css Color HEX #AEAF3A Brass

📋 copy color: '#AEAF3A'

red 174 ◦ green 175 ◦ blue 58

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

Shades of Brass #AEAF3A

Tints of Brass #AEAF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43%

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 42.75%
G = 43%
B = 14.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AEAF3A (or 0xAEAF3A) is known color: Brass. HEX triplet: AE, AF and 3A. RGB value is (174,175,58). Sum of RGB (Red+Green+Blue) = 174+175+58=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF3A is #5150C5. Grayscale: #A1A1A1. Windows color (decimal): -5329094 or 3846062. OLE color: 3846062.

HSL color Cylindrical-coordinate representation of color #AEAF3A: hue angle of 60.51º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEAF3A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 175 58 -
CMYK 0.01 0 0.67 0.31
HSL 60.51º 0.5% 0.46% -
HSV(B) 60.51º 0.67% 0.69% -
XYZ 33.55 39.96 9.95 -
YUV 161.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 174 175 58 0.01 0 0.67 0.31 60.51 0.5 0.46
Hex AE AF 3A 1 0 43 1F 3D 32 2E
Octal 256 257 72 1 0 103 37 75 62 56
Binary 10101110 10101111 111010 1 0 1000011 11111 111101 110010 101110

Color Harmonies of #AEAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF3A

Black with #AEAF3A

Text Example


Text Example

White with #AEAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF3A; }

 p { color: rgb(174,175,58); }

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

background-color css

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

 a { background-color: rgb(174,175,58); }

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

border-color css

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

 span { border-color: rgb(174,175,58); }

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