Html Css Color HEX #A9B03D Brass

📋 copy color: '#A9B03D'

red 169 ◦ green 176 ◦ blue 61

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

Shades of Brass #A9B03D

Tints of Brass #A9B03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

 BLUE value IS 61 (24.22% from 255) = 15.02%

R = 41.63%
G = 43.35%
B = 15.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#A9B03D (or 0xA9B03D) is known color: Brass. HEX triplet: A9, B0 and 3D. RGB value is (169,176,61). Sum of RGB (Red+Green+Blue) = 169+176+61=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B03D is #564FC2. Grayscale: #A1A1A1. Windows color (decimal): -5656515 or 4042921. OLE color: 4042921.

HSL color Cylindrical-coordinate representation of color #A9B03D: hue angle of 63.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9B03D is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 176 61 -
CMYK 0.04 0 0.65 0.31
HSL 63.65º 0.49% 0.46% -
HSV(B) 63.65º 0.65% 0.69% -
XYZ 32.73 39.82 10.38 -
YUV 160.8 71.68 133.85 -
System Red Green Blue C M Y K H S L
Decimal 169 176 61 0.04 0 0.65 0.31 63.65 0.49 0.46
Hex A9 B0 3D 4 0 41 1F 40 31 2E
Octal 251 260 75 4 0 101 37 100 61 56
Binary 10101001 10110000 111101 100 0 1000001 11111 1000000 110001 101110

Color Harmonies of #A9B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B03D

Black with #A9B03D

Text Example


Text Example

White with #A9B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B03D; }

 p { color: rgb(169,176,61); }

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

background-color css

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

 a { background-color: rgb(169,176,61); }

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

border-color css

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

 span { border-color: rgb(169,176,61); }

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