Html Css Color HEX #A99C43 Brass

📋 copy color: '#A99C43'

red 169 ◦ green 156 ◦ blue 67

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

Shades of Brass #A99C43

Tints of Brass #A99C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 43.11%
G = 39.8%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A99C43 (or 0xA99C43) is known color: Brass. HEX triplet: A9, 9C and 43. RGB value is (169,156,67). Sum of RGB (Red+Green+Blue) = 169+156+67=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C43 is #5663BC. Grayscale: #969696. Windows color (decimal): -5661629 or 4431017. OLE color: 4431017.

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

Color convert

RGB 169 156 67 -
CMYK 0 0.08 0.60 0.34
HSL 52.35º 0.43% 0.46% -
HSV(B) 52.35º 0.6% 0.66% -
XYZ 29.26 32.62 10.06 -
YUV 149.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 169 156 67 0 0.08 0.60 0.34 52.35 0.43 0.46
Hex A9 9C 43 0 8 3C 22 34 2B 2E
Octal 251 234 103 0 10 74 42 64 53 56
Binary 10101001 10011100 1000011 0 1000 111100 100010 110100 101011 101110

Color Harmonies of #A99C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99C43

Black with #A99C43

Text Example


Text Example

White with #A99C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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