Html Css Color HEX #AFA846 Brass

📋 copy color: '#AFA846'

red 175 ◦ green 168 ◦ blue 70

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

Shades of Brass #AFA846

Tints of Brass #AFA846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

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

R = 42.37%
G = 40.68%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AFA846 (or 0xAFA846) is known color: Brass. HEX triplet: AF, A8 and 46. RGB value is (175,168,70). Sum of RGB (Red+Green+Blue) = 175+168+70=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA846 is #5057B9. Grayscale: #9F9F9F. Windows color (decimal): -5265338 or 4630703. OLE color: 4630703.

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

Color convert

RGB 175 168 70 -
CMYK 0 0.04 0.60 0.31
HSL 56º 0.43% 0.48% -
HSV(B) 56º 0.6% 0.69% -
XYZ 32.79 37.56 11.32 -
YUV 158.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 175 168 70 0 0.04 0.60 0.31 56 0.43 0.48
Hex AF A8 46 0 4 3C 1F 38 2B 30
Octal 257 250 106 0 4 74 37 70 53 60
Binary 10101111 10101000 1000110 0 100 111100 11111 111000 101011 110000

Color Harmonies of #AFA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA846

Black with #AFA846

Text Example


Text Example

White with #AFA846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA846; }

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

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

background-color css

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

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

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

border-color css

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

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

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