Html Css Color HEX #AEAF3E Brass

📋 copy color: '#AEAF3E'

red 174 ◦ green 175 ◦ blue 62

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

Shades of Brass #AEAF3E

Tints of Brass #AEAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 42.34%
G = 42.58%
B = 15.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AEAF3E (or 0xAEAF3E) is known color: Brass. HEX triplet: AE, AF and 3E. RGB value is (174,175,62). Sum of RGB (Red+Green+Blue) = 174+175+62=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF3E is #5150C1. Grayscale: #A2A2A2. Windows color (decimal): -5329090 or 4108206. OLE color: 4108206.

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

Color convert

RGB 174 175 62 -
CMYK 0.01 0 0.65 0.31
HSL 60.53º 0.48% 0.46% -
HSV(B) 60.53º 0.65% 0.69% -
XYZ 33.66 40.01 10.51 -
YUV 161.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 174 175 62 0.01 0 0.65 0.31 60.53 0.48 0.46
Hex AE AF 3E 1 0 41 1F 3D 30 2E
Octal 256 257 76 1 0 101 37 75 60 56
Binary 10101110 10101111 111110 1 0 1000001 11111 111101 110000 101110

Color Harmonies of #AEAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF3E

Black with #AEAF3E

Text Example


Text Example

White with #AEAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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