Html Css Color HEX #A99E3B Brass

📋 copy color: '#A99E3B'

red 169 ◦ green 158 ◦ blue 59

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

Shades of Brass #A99E3B

Tints of Brass #A99E3B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.93%

 BLUE value IS 59 (23.44% from 255) = 15.28%

R = 43.78%
G = 40.93%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A99E3B (or 0xA99E3B) is known color: Brass. HEX triplet: A9, 9E and 3B. RGB value is (169,158,59). Sum of RGB (Red+Green+Blue) = 169+158+59=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E3B is #5661C4. Grayscale: #969696. Windows color (decimal): -5661125 or 3907241. OLE color: 3907241.

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

Color convert

RGB 169 158 59 -
CMYK 0 0.07 0.65 0.34
HSL 54º 0.48% 0.45% -
HSV(B) 54º 0.65% 0.66% -
XYZ 29.38 33.2 9 -
YUV 150 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 169 158 59 0 0.07 0.65 0.34 54 0.48 0.45
Hex A9 9E 3B 0 7 41 22 36 30 2D
Octal 251 236 73 0 7 101 42 66 60 55
Binary 10101001 10011110 111011 0 111 1000001 100010 110110 110000 101101

Color Harmonies of #A99E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99E3B

Black with #A99E3B

Text Example


Text Example

White with #A99E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99E3B; }

 p { color: rgb(169,158,59); }

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

background-color css

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

 a { background-color: rgb(169,158,59); }

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

border-color css

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

 span { border-color: rgb(169,158,59); }

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