Html Css Color HEX #AFA747 Brass

📋 copy color: '#AFA747'

red 175 ◦ green 167 ◦ blue 71

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

Shades of Brass #AFA747

Tints of Brass #AFA747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.19%

R = 42.37%
G = 40.44%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AFA747 (or 0xAFA747) is known color: Brass. HEX triplet: AF, A7 and 47. RGB value is (175,167,71). Sum of RGB (Red+Green+Blue) = 175+167+71=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA747 is #5058B8. Grayscale: #9E9E9E. Windows color (decimal): -5265593 or 4695983. OLE color: 4695983.

HSL color Cylindrical-coordinate representation of color #AFA747: hue angle of 55.38º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFA747 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 167 71 -
CMYK 0 0.05 0.59 0.31
HSL 55.38º 0.42% 0.48% -
HSV(B) 55.38º 0.59% 0.69% -
XYZ 32.64 37.21 11.42 -
YUV 158.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 175 167 71 0 0.05 0.59 0.31 55.38 0.42 0.48
Hex AF A7 47 0 5 3B 1F 37 2A 30
Octal 257 247 107 0 5 73 37 67 52 60
Binary 10101111 10100111 1000111 0 101 111011 11111 110111 101010 110000

Color Harmonies of #AFA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA747

Black with #AFA747

Text Example


Text Example

White with #AFA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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