Html Css Color HEX #A8A039 Brass

📋 copy color: '#A8A039'

red 168 ◦ green 160 ◦ blue 57

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

Shades of Brass #A8A039

Tints of Brass #A8A039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 43.64%
G = 41.56%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A8A039 (or 0xA8A039) is known color: Brass. HEX triplet: A8, A0 and 39. RGB value is (168,160,57). Sum of RGB (Red+Green+Blue) = 168+160+57=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A039 is #575FC6. Grayscale: #979797. Windows color (decimal): -5726151 or 3776680. OLE color: 3776680.

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

Color convert

RGB 168 160 57 -
CMYK 0 0.05 0.66 0.34
HSL 55.68º 0.49% 0.44% -
HSV(B) 55.68º 0.66% 0.66% -
XYZ 29.46 33.76 8.83 -
YUV 150.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 168 160 57 0 0.05 0.66 0.34 55.68 0.49 0.44
Hex A8 A0 39 0 5 42 22 38 31 2C
Octal 250 240 71 0 5 102 42 70 61 54
Binary 10101000 10100000 111001 0 101 1000010 100010 111000 110001 101100

Color Harmonies of #A8A039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A039

Black with #A8A039

Text Example


Text Example

White with #A8A039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A039; }

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

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

background-color css

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

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

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

border-color css

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

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

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