Html Css Color HEX #AF9F37 Brass

📋 copy color: '#AF9F37'

red 175 ◦ green 159 ◦ blue 55

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

Shades of Brass #AF9F37

Tints of Brass #AF9F37

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

 BLUE value IS 55 (21.88% from 255) = 14.14%

R = 44.99%
G = 40.87%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF9F37 (or 0xAF9F37) is known color: Brass. HEX triplet: AF, 9F and 37. RGB value is (175,159,55). Sum of RGB (Red+Green+Blue) = 175+159+55=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F37 is #5060C8. Grayscale: #989898. Windows color (decimal): -5267657 or 3645359. OLE color: 3645359.

HSL color Cylindrical-coordinate representation of color #AF9F37: hue angle of 52º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF9F37 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 55 -
CMYK 0 0.09 0.69 0.31
HSL 52º 0.52% 0.45% -
HSV(B) 52º 0.69% 0.69% -
XYZ 30.77 34.19 8.59 -
YUV 151.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 175 159 55 0 0.09 0.69 0.31 52 0.52 0.45
Hex AF 9F 37 0 9 45 1F 34 34 2D
Octal 257 237 67 0 11 105 37 64 64 55
Binary 10101111 10011111 110111 0 1001 1000101 11111 110100 110100 101101

Color Harmonies of #AF9F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F37

Black with #AF9F37

Text Example


Text Example

White with #AF9F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F37; }

 p { color: rgb(175,159,55); }

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

background-color css

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

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

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

border-color css

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

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

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