Html Css Color HEX #AEAF3C Brass

📋 copy color: '#AEAF3C'

red 174 ◦ green 175 ◦ blue 60

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

Shades of Brass #AEAF3C

Tints of Brass #AEAF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 42.54%
G = 42.79%
B = 14.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AEAF3C (or 0xAEAF3C) is known color: Brass. HEX triplet: AE, AF and 3C. RGB value is (174,175,60). Sum of RGB (Red+Green+Blue) = 174+175+60=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF3C is #5150C3. Grayscale: #A2A2A2. Windows color (decimal): -5329092 or 3977134. OLE color: 3977134.

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

Color convert

RGB 174 175 60 -
CMYK 0.01 0 0.66 0.31
HSL 60.52º 0.49% 0.46% -
HSV(B) 60.52º 0.66% 0.69% -
XYZ 33.6 39.98 10.22 -
YUV 161.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 174 175 60 0.01 0 0.66 0.31 60.52 0.49 0.46
Hex AE AF 3C 1 0 42 1F 3D 31 2E
Octal 256 257 74 1 0 102 37 75 61 56
Binary 10101110 10101111 111100 1 0 1000010 11111 111101 110001 101110

Color Harmonies of #AEAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF3C

Black with #AEAF3C

Text Example


Text Example

White with #AEAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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