Html Css Color HEX #AFA539 Brass

📋 copy color: '#AFA539'

red 175 ◦ green 165 ◦ blue 57

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

Shades of Brass #AFA539

Tints of Brass #AFA539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 57 (22.66% from 255) = 14.36%

R = 44.08%
G = 41.56%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFA539 (or 0xAFA539) is known color: Brass. HEX triplet: AF, A5 and 39. RGB value is (175,165,57). Sum of RGB (Red+Green+Blue) = 175+165+57=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA539 is #505AC6. Grayscale: #9C9C9C. Windows color (decimal): -5266119 or 3777967. OLE color: 3777967.

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

Color convert

RGB 175 165 57 -
CMYK 0 0.06 0.67 0.31
HSL 54.92º 0.51% 0.45% -
HSV(B) 54.92º 0.67% 0.69% -
XYZ 31.87 36.32 9.2 -
YUV 155.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 175 165 57 0 0.06 0.67 0.31 54.92 0.51 0.45
Hex AF A5 39 0 6 43 1F 37 33 2D
Octal 257 245 71 0 6 103 37 67 63 55
Binary 10101111 10100101 111001 0 110 1000011 11111 110111 110011 101101

Color Harmonies of #AFA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA539

Black with #AFA539

Text Example


Text Example

White with #AFA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA539; }

 p { color: rgb(175,165,57); }

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

background-color css

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

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

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

border-color css

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

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

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