Html Css Color HEX #AFAE47 Brass

📋 copy color: '#AFAE47'

red 175 ◦ green 174 ◦ blue 71

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

Shades of Brass #AFAE47

Tints of Brass #AFAE47

RGB

 RED value IS 175 (68.75% from 255) = 41.67%

 GREEN value IS 174 (68.36% from 255) = 41.43%

 BLUE value IS 71 (28.13% from 255) = 16.9%

R = 41.67%
G = 41.43%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AFAE47 (or 0xAFAE47) is known color: Brass. HEX triplet: AF, AE and 47. RGB value is (175,174,71). Sum of RGB (Red+Green+Blue) = 175+174+71=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE47 is #5051B8. Grayscale: #A2A2A2. Windows color (decimal): -5263801 or 4697775. OLE color: 4697775.

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

Color convert

RGB 175 174 71 -
CMYK 0 0.01 0.59 0.31
HSL 59.42º 0.42% 0.48% -
HSV(B) 59.42º 0.59% 0.69% -
XYZ 33.95 39.84 11.86 -
YUV 162.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 175 174 71 0 0.01 0.59 0.31 59.42 0.42 0.48
Hex AF AE 47 0 1 3B 1F 3B 2A 30
Octal 257 256 107 0 1 73 37 73 52 60
Binary 10101111 10101110 1000111 0 1 111011 11111 111011 101010 110000

Color Harmonies of #AFAE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE47

Black with #AFAE47

Text Example


Text Example

White with #AFAE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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