Html Css Color HEX #AFA641 Brass

📋 copy color: '#AFA641'

red 175 ◦ green 166 ◦ blue 65

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

Shades of Brass #AFA641

Tints of Brass #AFA641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 43.1%
G = 40.89%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFA641 (or 0xAFA641) is known color: Brass. HEX triplet: AF, A6 and 41. RGB value is (175,166,65). Sum of RGB (Red+Green+Blue) = 175+166+65=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA641 is #5059BE. Grayscale: #9D9D9D. Windows color (decimal): -5265855 or 4302511. OLE color: 4302511.

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

Color convert

RGB 175 166 65 -
CMYK 0 0.05 0.63 0.31
HSL 55.09º 0.46% 0.47% -
HSV(B) 55.09º 0.63% 0.69% -
XYZ 32.27 36.77 10.4 -
YUV 157.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 175 166 65 0 0.05 0.63 0.31 55.09 0.46 0.47
Hex AF A6 41 0 5 3F 1F 37 2E 2F
Octal 257 246 101 0 5 77 37 67 56 57
Binary 10101111 10100110 1000001 0 101 111111 11111 110111 101110 101111

Color Harmonies of #AFA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA641

Black with #AFA641

Text Example


Text Example

White with #AFA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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