Html Css Color HEX #A9B133 Brass

📋 copy color: '#A9B133'

red 169 ◦ green 177 ◦ blue 51

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

Shades of Brass #A9B133

Tints of Brass #A9B133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 42.57%
G = 44.58%
B = 12.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#A9B133 (or 0xA9B133) is known color: Brass. HEX triplet: A9, B1 and 33. RGB value is (169,177,51). Sum of RGB (Red+Green+Blue) = 169+177+51=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B133 is #564ECC. Grayscale: #A0A0A0. Windows color (decimal): -5656269 or 3387817. OLE color: 3387817.

HSL color Cylindrical-coordinate representation of color #A9B133: hue angle of 63.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9B133 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 177 51 -
CMYK 0.05 0 0.71 0.31
HSL 63.81º 0.55% 0.45% -
HSV(B) 63.81º 0.71% 0.69% -
XYZ 32.68 40.12 9.15 -
YUV 160.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 169 177 51 0.05 0 0.71 0.31 63.81 0.55 0.45
Hex A9 B1 33 5 0 47 1F 40 37 2D
Octal 251 261 63 5 0 107 37 100 67 55
Binary 10101001 10110001 110011 101 0 1000111 11111 1000000 110111 101101

Color Harmonies of #A9B133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B133

Black with #A9B133

Text Example


Text Example

White with #A9B133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B133; }

 p { color: rgb(169,177,51); }

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

background-color css

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

 a { background-color: rgb(169,177,51); }

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

border-color css

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

 span { border-color: rgb(169,177,51); }

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