Html Css Color HEX #AFA946 Brass

📋 copy color: '#AFA946'

red 175 ◦ green 169 ◦ blue 70

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

Shades of Brass #AFA946

Tints of Brass #AFA946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 42.27%
G = 40.82%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AFA946 (or 0xAFA946) is known color: Brass. HEX triplet: AF, A9 and 46. RGB value is (175,169,70). Sum of RGB (Red+Green+Blue) = 175+169+70=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA946 is #5056B9. Grayscale: #9F9F9F. Windows color (decimal): -5265082 or 4630959. OLE color: 4630959.

HSL color Cylindrical-coordinate representation of color #AFA946: hue angle of 56.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFA946 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 70 -
CMYK 0 0.03 0.60 0.31
HSL 56.57º 0.43% 0.48% -
HSV(B) 56.57º 0.6% 0.69% -
XYZ 32.97 37.93 11.38 -
YUV 159.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 175 169 70 0 0.03 0.60 0.31 56.57 0.43 0.48
Hex AF A9 46 0 3 3C 1F 39 2B 30
Octal 257 251 106 0 3 74 37 71 53 60
Binary 10101111 10101001 1000110 0 11 111100 11111 111001 101011 110000

Color Harmonies of #AFA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA946

Black with #AFA946

Text Example


Text Example

White with #AFA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA946; }

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

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

background-color css

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

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

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

border-color css

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

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

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