Html Css Color HEX #AFA450 Brass

📋 copy color: '#AFA450'

red 175 ◦ green 164 ◦ blue 80

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

Shades of Brass #AFA450

Tints of Brass #AFA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 41.77%
G = 39.14%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AFA450 (or 0xAFA450) is known color: Brass. HEX triplet: AF, A4 and 50. RGB value is (175,164,80). Sum of RGB (Red+Green+Blue) = 175+164+80=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA450 is #505BAF. Grayscale: #9E9E9E. Windows color (decimal): -5266352 or 5285039. OLE color: 5285039.

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

Color convert

RGB 175 164 80 -
CMYK 0 0.06 0.54 0.31
HSL 53.05º 0.37% 0.5% -
HSV(B) 53.05º 0.54% 0.69% -
XYZ 32.4 36.24 12.88 -
YUV 157.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 175 164 80 0 0.06 0.54 0.31 53.05 0.37 0.5
Hex AF A4 50 0 6 36 1F 35 25 32
Octal 257 244 120 0 6 66 37 65 45 62
Binary 10101111 10100100 1010000 0 110 110110 11111 110101 100101 110010

Color Harmonies of #AFA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA450

Black with #AFA450

Text Example


Text Example

White with #AFA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA450; }

 p { color: rgb(175,164,80); }

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

background-color css

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

 a { background-color: rgb(175,164,80); }

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

border-color css

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

 span { border-color: rgb(175,164,80); }

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