Html Css Color HEX #AFAB49 Brass

📋 copy color: '#AFAB49'

red 175 ◦ green 171 ◦ blue 73

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

Shades of Brass #AFAB49

Tints of Brass #AFAB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.42%

R = 41.77%
G = 40.81%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AFAB49 (or 0xAFAB49) is known color: Brass. HEX triplet: AF, AB and 49. RGB value is (175,171,73). Sum of RGB (Red+Green+Blue) = 175+171+73=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB49 is #5054B6. Grayscale: #A1A1A1. Windows color (decimal): -5264567 or 4828079. OLE color: 4828079.

HSL color Cylindrical-coordinate representation of color #AFAB49: hue angle of 57.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFAB49 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 73 -
CMYK 0 0.02 0.58 0.31
HSL 57.65º 0.41% 0.49% -
HSV(B) 57.65º 0.58% 0.69% -
XYZ 33.44 38.72 12.01 -
YUV 161.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 175 171 73 0 0.02 0.58 0.31 57.65 0.41 0.49
Hex AF AB 49 0 2 3A 1F 3A 29 31
Octal 257 253 111 0 2 72 37 72 51 61
Binary 10101111 10101011 1001001 0 10 111010 11111 111010 101001 110001

Color Harmonies of #AFAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB49

Black with #AFAB49

Text Example


Text Example

White with #AFAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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