Html Css Color HEX #AEAF40 Brass

📋 copy color: '#AEAF40'

red 174 ◦ green 175 ◦ blue 64

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

Shades of Brass #AEAF40

Tints of Brass #AEAF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 42.13%
G = 42.37%
B = 15.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AEAF40 (or 0xAEAF40) is known color: Brass. HEX triplet: AE, AF and 40. RGB value is (174,175,64). Sum of RGB (Red+Green+Blue) = 174+175+64=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF40 is #5150BF. Grayscale: #A2A2A2. Windows color (decimal): -5329088 or 4239278. OLE color: 4239278.

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

Color convert

RGB 174 175 64 -
CMYK 0.01 0 0.63 0.31
HSL 60.54º 0.46% 0.47% -
HSV(B) 60.54º 0.63% 0.69% -
XYZ 33.71 40.03 10.8 -
YUV 162.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 174 175 64 0.01 0 0.63 0.31 60.54 0.46 0.47
Hex AE AF 40 1 0 3F 1F 3D 2E 2F
Octal 256 257 100 1 0 77 37 75 56 57
Binary 10101110 10101111 1000000 1 0 111111 11111 111101 101110 101111

Color Harmonies of #AEAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF40

Black with #AEAF40

Text Example


Text Example

White with #AEAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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