Html Css Color HEX #AFA032 Brass

📋 copy color: '#AFA032'

red 175 ◦ green 160 ◦ blue 50

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

Shades of Brass #AFA032

Tints of Brass #AFA032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 45.45%
G = 41.56%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFA032 (or 0xAFA032) is known color: Brass. HEX triplet: AF, A0 and 32. RGB value is (175,160,50). Sum of RGB (Red+Green+Blue) = 175+160+50=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA032 is #505FCD. Grayscale: #989898. Windows color (decimal): -5267406 or 3317935. OLE color: 3317935.

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

Color convert

RGB 175 160 50 -
CMYK 0 0.09 0.71 0.31
HSL 52.8º 0.56% 0.44% -
HSV(B) 52.8º 0.71% 0.69% -
XYZ 30.83 34.49 8.05 -
YUV 151.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 175 160 50 0 0.09 0.71 0.31 52.8 0.56 0.44
Hex AF A0 32 0 9 47 1F 35 38 2C
Octal 257 240 62 0 11 107 37 65 70 54
Binary 10101111 10100000 110010 0 1001 1000111 11111 110101 111000 101100

Color Harmonies of #AFA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA032

Black with #AFA032

Text Example


Text Example

White with #AFA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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