Html Css Color HEX #AFA737 Brass

📋 copy color: '#AFA737'

red 175 ◦ green 167 ◦ blue 55

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

Shades of Brass #AFA737

Tints of Brass #AFA737

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.07%

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

R = 44.08%
G = 42.07%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AFA737 (or 0xAFA737) is known color: Brass. HEX triplet: AF, A7 and 37. RGB value is (175,167,55). Sum of RGB (Red+Green+Blue) = 175+167+55=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA737 is #5058C8. Grayscale: #9D9D9D. Windows color (decimal): -5265609 or 3647407. OLE color: 3647407.

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

Color convert

RGB 175 167 55 -
CMYK 0 0.05 0.69 0.31
HSL 56º 0.52% 0.45% -
HSV(B) 56º 0.69% 0.69% -
XYZ 32.19 37.03 9.06 -
YUV 156.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 175 167 55 0 0.05 0.69 0.31 56 0.52 0.45
Hex AF A7 37 0 5 45 1F 38 34 2D
Octal 257 247 67 0 5 105 37 70 64 55
Binary 10101111 10100111 110111 0 101 1000101 11111 111000 110100 101101

Color Harmonies of #AFA737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA737

Black with #AFA737

Text Example


Text Example

White with #AFA737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA737; }

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

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

background-color css

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

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

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

border-color css

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

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

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