Html Css Color HEX #AFA346 Brass

📋 copy color: '#AFA346'

red 175 ◦ green 163 ◦ blue 70

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

Shades of Brass #AFA346

Tints of Brass #AFA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

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

R = 42.89%
G = 39.95%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AFA346 (or 0xAFA346) is known color: Brass. HEX triplet: AF, A3 and 46. RGB value is (175,163,70). Sum of RGB (Red+Green+Blue) = 175+163+70=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA346 is #505CB9. Grayscale: #9C9C9C. Windows color (decimal): -5266618 or 4629423. OLE color: 4629423.

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

Color convert

RGB 175 163 70 -
CMYK 0 0.07 0.60 0.31
HSL 53.14º 0.43% 0.48% -
HSV(B) 53.14º 0.6% 0.69% -
XYZ 31.88 35.75 11.01 -
YUV 155.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 175 163 70 0 0.07 0.60 0.31 53.14 0.43 0.48
Hex AF A3 46 0 7 3C 1F 35 2B 30
Octal 257 243 106 0 7 74 37 65 53 60
Binary 10101111 10100011 1000110 0 111 111100 11111 110101 101011 110000

Color Harmonies of #AFA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA346

Black with #AFA346

Text Example


Text Example

White with #AFA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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