Html Css Color HEX #A8AC41 Brass

📋 copy color: '#A8AC41'

red 168 ◦ green 172 ◦ blue 65

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

Shades of Brass #A8AC41

Tints of Brass #A8AC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

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

R = 41.48%
G = 42.47%
B = 16.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#A8AC41 (or 0xA8AC41) is known color: Brass. HEX triplet: A8, AC and 41. RGB value is (168,172,65). Sum of RGB (Red+Green+Blue) = 168+172+65=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC41 is #5753BE. Grayscale: #9F9F9F. Windows color (decimal): -5723071 or 4304040. OLE color: 4304040.

HSL color Cylindrical-coordinate representation of color #A8AC41: hue angle of 62.24º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8AC41 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 65 -
CMYK 0.02 0 0.62 0.33
HSL 62.24º 0.45% 0.46% -
HSV(B) 62.24º 0.62% 0.67% -
XYZ 31.86 38.21 10.7 -
YUV 158.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 168 172 65 0.02 0 0.62 0.33 62.24 0.45 0.46
Hex A8 AC 41 2 0 3E 21 3E 2D 2E
Octal 250 254 101 2 0 76 41 76 55 56
Binary 10101000 10101100 1000001 10 0 111110 100001 111110 101101 101110

Color Harmonies of #A8AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC41

Black with #A8AC41

Text Example


Text Example

White with #A8AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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