Html Css Color HEX #AFA947 Brass

📋 copy color: '#AFA947'

red 175 ◦ green 169 ◦ blue 71

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

Shades of Brass #AFA947

Tints of Brass #AFA947

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

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

R = 42.17%
G = 40.72%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AFA947 (or 0xAFA947) is known color: Brass. HEX triplet: AF, A9 and 47. RGB value is (175,169,71). Sum of RGB (Red+Green+Blue) = 175+169+71=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA947 is #5056B8. Grayscale: #A0A0A0. Windows color (decimal): -5265081 or 4696495. OLE color: 4696495.

HSL color Cylindrical-coordinate representation of color #AFA947: hue angle of 56.54º 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 #AFA947 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 71 -
CMYK 0 0.03 0.59 0.31
HSL 56.54º 0.42% 0.48% -
HSV(B) 56.54º 0.59% 0.69% -
XYZ 33 37.94 11.55 -
YUV 159.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 175 169 71 0 0.03 0.59 0.31 56.54 0.42 0.48
Hex AF A9 47 0 3 3B 1F 39 2A 30
Octal 257 251 107 0 3 73 37 71 52 60
Binary 10101111 10101001 1000111 0 11 111011 11111 111001 101010 110000

Color Harmonies of #AFA947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA947

Black with #AFA947

Text Example


Text Example

White with #AFA947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA947; }

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

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

background-color css

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

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

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

border-color css

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

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

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