Html Css Color HEX #A99C40 Brass

📋 copy color: '#A99C40'

red 169 ◦ green 156 ◦ blue 64

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

Shades of Brass #A99C40

Tints of Brass #A99C40

RGB

 RED value IS 169 (66.41% from 255) = 43.44%

 GREEN value IS 156 (61.33% from 255) = 40.1%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 43.44%
G = 40.1%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A99C40 (or 0xA99C40) is known color: Brass. HEX triplet: A9, 9C and 40. RGB value is (169,156,64). Sum of RGB (Red+Green+Blue) = 169+156+64=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C40 is #5663BF. Grayscale: #959595. Windows color (decimal): -5661632 or 4234409. OLE color: 4234409.

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

Color convert

RGB 169 156 64 -
CMYK 0 0.08 0.62 0.34
HSL 52.57º 0.45% 0.46% -
HSV(B) 52.57º 0.62% 0.66% -
XYZ 29.18 32.58 9.6 -
YUV 149.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 169 156 64 0 0.08 0.62 0.34 52.57 0.45 0.46
Hex A9 9C 40 0 8 3E 22 35 2D 2E
Octal 251 234 100 0 10 76 42 65 55 56
Binary 10101001 10011100 1000000 0 1000 111110 100010 110101 101101 101110

Color Harmonies of #A99C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99C40

Black with #A99C40

Text Example


Text Example

White with #A99C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99C40; }

 p { color: rgb(169,156,64); }

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

background-color css

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

 a { background-color: rgb(169,156,64); }

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

border-color css

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

 span { border-color: rgb(169,156,64); }

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