Html Css Color HEX #AFA647 Brass

📋 copy color: '#AFA647'

red 175 ◦ green 166 ◦ blue 71

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

Shades of Brass #AFA647

Tints of Brass #AFA647

RGB

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

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

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

R = 42.48%
G = 40.29%
B = 17.23%

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

#AFA647 (or 0xAFA647) is known color: Brass. HEX triplet: AF, A6 and 47. RGB value is (175,166,71). Sum of RGB (Red+Green+Blue) = 175+166+71=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA647 is #5059B8. Grayscale: #9E9E9E. Windows color (decimal): -5265849 or 4695727. OLE color: 4695727.

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

Color convert

RGB 175 166 71 -
CMYK 0 0.05 0.59 0.31
HSL 54.81º 0.42% 0.48% -
HSV(B) 54.81º 0.59% 0.69% -
XYZ 32.45 36.84 11.36 -
YUV 157.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 175 166 71 0 0.05 0.59 0.31 54.81 0.42 0.48
Hex AF A6 47 0 5 3B 1F 37 2A 30
Octal 257 246 107 0 5 73 37 67 52 60
Binary 10101111 10100110 1000111 0 101 111011 11111 110111 101010 110000

Color Harmonies of #AFA647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA647

Black with #AFA647

Text Example


Text Example

White with #AFA647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA647; }

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

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

background-color css

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

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

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

border-color css

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

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

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