Html Css Color HEX #AFAF49 Brass

📋 copy color: '#AFAF49'

red 175 ◦ green 175 ◦ blue 73

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

Shades of Brass #AFAF49

Tints of Brass #AFAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 41.37%
G = 41.37%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AFAF49 (or 0xAFAF49) is known color: Brass. HEX triplet: AF, AF and 49. RGB value is (175,175,73). Sum of RGB (Red+Green+Blue) = 175+175+73=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF49 is #5050B6. Grayscale: #A3A3A3. Windows color (decimal): -5263543 or 4829103. OLE color: 4829103.

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

Color convert

RGB 175 175 73 -
CMYK 0 0 0.58 0.31
HSL 60º 0.41% 0.49% -
HSV(B) 60º 0.58% 0.69% -
XYZ 34.21 40.25 12.27 -
YUV 163.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 175 175 73 0 0 0.58 0.31 60 0.41 0.49
Hex AF AF 49 0 0 3A 1F 3C 29 31
Octal 257 257 111 0 0 72 37 74 51 61
Binary 10101111 10101111 1001001 0 0 111010 11111 111100 101001 110001

Color Harmonies of #AFAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF49

Black with #AFAF49

Text Example


Text Example

White with #AFAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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