Html Css Color HEX #AEAF32 Brass

📋 copy color: '#AEAF32'

red 174 ◦ green 175 ◦ blue 50

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

Shades of Brass #AEAF32

Tints of Brass #AEAF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 43.61%
G = 43.86%
B = 12.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AEAF32 (or 0xAEAF32) is known color: Brass. HEX triplet: AE, AF and 32. RGB value is (174,175,50). Sum of RGB (Red+Green+Blue) = 174+175+50=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF32 is #5150CD. Grayscale: #A0A0A0. Windows color (decimal): -5329102 or 3321774. OLE color: 3321774.

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

Color convert

RGB 174 175 50 -
CMYK 0.01 0 0.71 0.31
HSL 60.48º 0.56% 0.44% -
HSV(B) 60.48º 0.71% 0.69% -
XYZ 33.36 39.89 8.96 -
YUV 160.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 174 175 50 0.01 0 0.71 0.31 60.48 0.56 0.44
Hex AE AF 32 1 0 47 1F 3C 38 2C
Octal 256 257 62 1 0 107 37 74 70 54
Binary 10101110 10101111 110010 1 0 1000111 11111 111100 111000 101100

Color Harmonies of #AEAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF32

Black with #AEAF32

Text Example


Text Example

White with #AEAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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