Html Css Color HEX #AEAF3F Brass

📋 copy color: '#AEAF3F'

red 174 ◦ green 175 ◦ blue 63

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

Shades of Brass #AEAF3F

Tints of Brass #AEAF3F

RGB

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

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

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

R = 42.23%
G = 42.48%
B = 15.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AEAF3F (or 0xAEAF3F) is known color: Brass. HEX triplet: AE, AF and 3F. RGB value is (174,175,63). Sum of RGB (Red+Green+Blue) = 174+175+63=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF3F is #5150C0. Grayscale: #A2A2A2. Windows color (decimal): -5329089 or 4173742. OLE color: 4173742.

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

Color convert

RGB 174 175 63 -
CMYK 0.01 0 0.64 0.31
HSL 60.54º 0.47% 0.47% -
HSV(B) 60.54º 0.64% 0.69% -
XYZ 33.68 40.02 10.65 -
YUV 161.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 174 175 63 0.01 0 0.64 0.31 60.54 0.47 0.47
Hex AE AF 3F 1 0 40 1F 3D 2F 2F
Octal 256 257 77 1 0 100 37 75 57 57
Binary 10101110 10101111 111111 1 0 1000000 11111 111101 101111 101111

Color Harmonies of #AEAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF3F

Black with #AEAF3F

Text Example


Text Example

White with #AEAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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