Html Css Color HEX #AFA341 Brass

📋 copy color: '#AFA341'

red 175 ◦ green 163 ◦ blue 65

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

Shades of Brass #AFA341

Tints of Brass #AFA341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.13%

R = 43.42%
G = 40.45%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFA341 (or 0xAFA341) is known color: Brass. HEX triplet: AF, A3 and 41. RGB value is (175,163,65). Sum of RGB (Red+Green+Blue) = 175+163+65=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA341 is #505CBE. Grayscale: #9B9B9B. Windows color (decimal): -5266623 or 4301743. OLE color: 4301743.

HSL color Cylindrical-coordinate representation of color #AFA341: hue angle of 53.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFA341 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 65 -
CMYK 0 0.07 0.63 0.31
HSL 53.45º 0.46% 0.47% -
HSV(B) 53.45º 0.63% 0.69% -
XYZ 31.73 35.69 10.22 -
YUV 155.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 175 163 65 0 0.07 0.63 0.31 53.45 0.46 0.47
Hex AF A3 41 0 7 3F 1F 35 2E 2F
Octal 257 243 101 0 7 77 37 65 56 57
Binary 10101111 10100011 1000001 0 111 111111 11111 110101 101110 101111

Color Harmonies of #AFA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA341

Black with #AFA341

Text Example


Text Example

White with #AFA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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