Html Css Color HEX #AFA851 Brass

📋 copy color: '#AFA851'

red 175 ◦ green 168 ◦ blue 81

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

Shades of Brass #AFA851

Tints of Brass #AFA851

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 81 (32.03% from 255) = 19.1%

R = 41.27%
G = 39.62%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AFA851 (or 0xAFA851) is known color: Brass. HEX triplet: AF, A8 and 51. RGB value is (175,168,81). Sum of RGB (Red+Green+Blue) = 175+168+81=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA851 is #5057AE. Grayscale: #A0A0A0. Windows color (decimal): -5265327 or 5351599. OLE color: 5351599.

HSL color Cylindrical-coordinate representation of color #AFA851: hue angle of 55.53º 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 #AFA851 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 81 -
CMYK 0 0.04 0.54 0.31
HSL 55.53º 0.37% 0.5% -
HSV(B) 55.53º 0.54% 0.69% -
XYZ 33.17 37.71 13.32 -
YUV 160.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 175 168 81 0 0.04 0.54 0.31 55.53 0.37 0.5
Hex AF A8 51 0 4 36 1F 38 25 32
Octal 257 250 121 0 4 66 37 70 45 62
Binary 10101111 10101000 1010001 0 100 110110 11111 111000 100101 110010

Color Harmonies of #AFA851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA851

Black with #AFA851

Text Example


Text Example

White with #AFA851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA851; }

 p { color: rgb(175,168,81); }

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

background-color css

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

 a { background-color: rgb(175,168,81); }

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

border-color css

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

 span { border-color: rgb(175,168,81); }

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