Html Css Color HEX #AFA540 Brass

📋 copy color: '#AFA540'

red 175 ◦ green 165 ◦ blue 64

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

Shades of Brass #AFA540

Tints of Brass #AFA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 43.32%
G = 40.84%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFA540 (or 0xAFA540) is known color: Brass. HEX triplet: AF, A5 and 40. RGB value is (175,165,64). Sum of RGB (Red+Green+Blue) = 175+165+64=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA540 is #505ABF. Grayscale: #9C9C9C. Windows color (decimal): -5266112 or 4236719. OLE color: 4236719.

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

Color convert

RGB 175 165 64 -
CMYK 0 0.06 0.63 0.31
HSL 54.59º 0.46% 0.47% -
HSV(B) 54.59º 0.63% 0.69% -
XYZ 32.06 36.39 10.19 -
YUV 156.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 175 165 64 0 0.06 0.63 0.31 54.59 0.46 0.47
Hex AF A5 40 0 6 3F 1F 37 2E 2F
Octal 257 245 100 0 6 77 37 67 56 57
Binary 10101111 10100101 1000000 0 110 111111 11111 110111 101110 101111

Color Harmonies of #AFA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA540

Black with #AFA540

Text Example


Text Example

White with #AFA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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