Html Css Color HEX #A9B135 Brass

📋 copy color: '#A9B135'

red 169 ◦ green 177 ◦ blue 53

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

Shades of Brass #A9B135

Tints of Brass #A9B135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.28%

R = 42.36%
G = 44.36%
B = 13.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#A9B135 (or 0xA9B135) is known color: Brass. HEX triplet: A9, B1 and 35. RGB value is (169,177,53). Sum of RGB (Red+Green+Blue) = 169+177+53=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B135 is #564ECA. Grayscale: #A0A0A0. Windows color (decimal): -5656267 or 3518889. OLE color: 3518889.

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

Color convert

RGB 169 177 53 -
CMYK 0.05 0 0.70 0.31
HSL 63.87º 0.54% 0.45% -
HSV(B) 63.87º 0.7% 0.69% -
XYZ 32.73 40.14 9.39 -
YUV 160.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 169 177 53 0.05 0 0.70 0.31 63.87 0.54 0.45
Hex A9 B1 35 5 0 46 1F 40 36 2D
Octal 251 261 65 5 0 106 37 100 66 55
Binary 10101001 10110001 110101 101 0 1000110 11111 1000000 110110 101101

Color Harmonies of #A9B135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B135

Black with #A9B135

Text Example


Text Example

White with #A9B135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B135; }

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

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

background-color css

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

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

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

border-color css

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

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

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