Html Css Color HEX #AFAB47 Brass

📋 copy color: '#AFAB47'

red 175 ◦ green 171 ◦ blue 71

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

Shades of Brass #AFAB47

Tints of Brass #AFAB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

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

R = 41.97%
G = 41.01%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AFAB47 (or 0xAFAB47) is known color: Brass. HEX triplet: AF, AB and 47. RGB value is (175,171,71). Sum of RGB (Red+Green+Blue) = 175+171+71=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB47 is #5054B8. Grayscale: #A1A1A1. Windows color (decimal): -5264569 or 4697007. OLE color: 4697007.

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

Color convert

RGB 175 171 71 -
CMYK 0 0.02 0.59 0.31
HSL 57.69º 0.42% 0.48% -
HSV(B) 57.69º 0.59% 0.69% -
XYZ 33.38 38.69 11.67 -
YUV 160.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 175 171 71 0 0.02 0.59 0.31 57.69 0.42 0.48
Hex AF AB 47 0 2 3B 1F 3A 2A 30
Octal 257 253 107 0 2 73 37 72 52 60
Binary 10101111 10101011 1000111 0 10 111011 11111 111010 101010 110000

Color Harmonies of #AFAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB47

Black with #AFAB47

Text Example


Text Example

White with #AFAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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