Html Css Color HEX #A8A036 Brass

📋 copy color: '#A8A036'

red 168 ◦ green 160 ◦ blue 54

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

Shades of Brass #A8A036

Tints of Brass #A8A036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.14%

R = 43.98%
G = 41.88%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A8A036 (or 0xA8A036) is known color: Brass. HEX triplet: A8, A0 and 36. RGB value is (168,160,54). Sum of RGB (Red+Green+Blue) = 168+160+54=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A036 is #575FC9. Grayscale: #969696. Windows color (decimal): -5726154 or 3580072. OLE color: 3580072.

HSL color Cylindrical-coordinate representation of color #A8A036: hue angle of 55.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8A036 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 160 54 -
CMYK 0 0.05 0.68 0.34
HSL 55.79º 0.51% 0.44% -
HSV(B) 55.79º 0.68% 0.66% -
XYZ 29.39 33.73 8.45 -
YUV 150.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 168 160 54 0 0.05 0.68 0.34 55.79 0.51 0.44
Hex A8 A0 36 0 5 44 22 38 33 2C
Octal 250 240 66 0 5 104 42 70 63 54
Binary 10101000 10100000 110110 0 101 1000100 100010 111000 110011 101100

Color Harmonies of #A8A036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A036

Black with #A8A036

Text Example


Text Example

White with #A8A036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A036; }

 p { color: rgb(168,160,54); }

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

background-color css

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

 a { background-color: rgb(168,160,54); }

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

border-color css

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

 span { border-color: rgb(168,160,54); }

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