Html Css Color HEX #AFA045 Brass

📋 copy color: '#AFA045'

red 175 ◦ green 160 ◦ blue 69

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

Shades of Brass #AFA045

Tints of Brass #AFA045

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 43.32%
G = 39.6%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AFA045 (or 0xAFA045) is known color: Brass. HEX triplet: AF, A0 and 45. RGB value is (175,160,69). Sum of RGB (Red+Green+Blue) = 175+160+69=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA045 is #505FBA. Grayscale: #9A9A9A. Windows color (decimal): -5267387 or 4563119. OLE color: 4563119.

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

Color convert

RGB 175 160 69 -
CMYK 0 0.09 0.61 0.31
HSL 51.51º 0.43% 0.48% -
HSV(B) 51.51º 0.61% 0.69% -
XYZ 31.32 34.69 10.67 -
YUV 154.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 175 160 69 0 0.09 0.61 0.31 51.51 0.43 0.48
Hex AF A0 45 0 9 3D 1F 34 2B 30
Octal 257 240 105 0 11 75 37 64 53 60
Binary 10101111 10100000 1000101 0 1001 111101 11111 110100 101011 110000

Color Harmonies of #AFA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA045

Black with #AFA045

Text Example


Text Example

White with #AFA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA045; }

 p { color: rgb(175,160,69); }

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

background-color css

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

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

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

border-color css

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

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

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