Html Css Color HEX #A8AF41 Brass

📋 copy color: '#A8AF41'

red 168 ◦ green 175 ◦ blue 65

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

Shades of Brass #A8AF41

Tints of Brass #A8AF41

RGB

 RED value IS 168 (66.02% from 255) = 41.18%

 GREEN value IS 175 (68.75% from 255) = 42.89%

 BLUE value IS 65 (25.78% from 255) = 15.93%

R = 41.18%
G = 42.89%
B = 15.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#A8AF41 (or 0xA8AF41) is known color: Brass. HEX triplet: A8, AF and 41. RGB value is (168,175,65). Sum of RGB (Red+Green+Blue) = 168+175+65=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF41 is #5750BE. Grayscale: #A0A0A0. Windows color (decimal): -5722303 or 4304808. OLE color: 4304808.

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

Color convert

RGB 168 175 65 -
CMYK 0.04 0 0.63 0.31
HSL 63.82º 0.46% 0.47% -
HSV(B) 63.82º 0.63% 0.69% -
XYZ 32.43 39.37 10.89 -
YUV 160.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 168 175 65 0.04 0 0.63 0.31 63.82 0.46 0.47
Hex A8 AF 41 4 0 3F 1F 40 2E 2F
Octal 250 257 101 4 0 77 37 100 56 57
Binary 10101000 10101111 1000001 100 0 111111 11111 1000000 101110 101111

Color Harmonies of #A8AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF41

Black with #A8AF41

Text Example


Text Example

White with #A8AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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