Html Css Color HEX #A99C42 Brass

📋 copy color: '#A99C42'

red 169 ◦ green 156 ◦ blue 66

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

Shades of Brass #A99C42

Tints of Brass #A99C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 43.22%
G = 39.9%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A99C42 (or 0xA99C42) is known color: Brass. HEX triplet: A9, 9C and 42. RGB value is (169,156,66). Sum of RGB (Red+Green+Blue) = 169+156+66=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C42 is #5663BD. Grayscale: #959595. Windows color (decimal): -5661630 or 4365481. OLE color: 4365481.

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

Color convert

RGB 169 156 66 -
CMYK 0 0.08 0.61 0.34
HSL 52.43º 0.44% 0.46% -
HSV(B) 52.43º 0.61% 0.66% -
XYZ 29.23 32.61 9.91 -
YUV 149.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 169 156 66 0 0.08 0.61 0.34 52.43 0.44 0.46
Hex A9 9C 42 0 8 3D 22 34 2C 2E
Octal 251 234 102 0 10 75 42 64 54 56
Binary 10101001 10011100 1000010 0 1000 111101 100010 110100 101100 101110

Color Harmonies of #A99C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99C42

Black with #A99C42

Text Example


Text Example

White with #A99C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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