Html Css Color HEX #AFA741 Brass

📋 copy color: '#AFA741'

red 175 ◦ green 167 ◦ blue 65

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

Shades of Brass #AFA741

Tints of Brass #AFA741

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.03%

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

R = 43%
G = 41.03%
B = 15.97%

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

#AFA741 (or 0xAFA741) is known color: Brass. HEX triplet: AF, A7 and 41. RGB value is (175,167,65). Sum of RGB (Red+Green+Blue) = 175+167+65=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA741 is #5058BE. Grayscale: #9E9E9E. Windows color (decimal): -5265599 or 4302767. OLE color: 4302767.

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

Color convert

RGB 175 167 65 -
CMYK 0 0.05 0.63 0.31
HSL 55.64º 0.46% 0.47% -
HSV(B) 55.64º 0.63% 0.69% -
XYZ 32.45 37.13 10.46 -
YUV 157.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 175 167 65 0 0.05 0.63 0.31 55.64 0.46 0.47
Hex AF A7 41 0 5 3F 1F 38 2E 2F
Octal 257 247 101 0 5 77 37 70 56 57
Binary 10101111 10100111 1000001 0 101 111111 11111 111000 101110 101111

Color Harmonies of #AFA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA741

Black with #AFA741

Text Example


Text Example

White with #AFA741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA741; }

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

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

background-color css

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

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

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

border-color css

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

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

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