Html Css Color HEX #A9A23A Brass

📋 copy color: '#A9A23A'

red 169 ◦ green 162 ◦ blue 58

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

Shades of Brass #A9A23A

Tints of Brass #A9A23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.65%

 BLUE value IS 58 (23.05% from 255) = 14.91%

R = 43.44%
G = 41.65%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9A23A (or 0xA9A23A) is known color: Brass. HEX triplet: A9, A2 and 3A. RGB value is (169,162,58). Sum of RGB (Red+Green+Blue) = 169+162+58=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A23A is #565DC5. Grayscale: #989898. Windows color (decimal): -5660102 or 3842729. OLE color: 3842729.

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

Color convert

RGB 169 162 58 -
CMYK 0 0.04 0.66 0.34
HSL 56.22º 0.49% 0.45% -
HSV(B) 56.22º 0.66% 0.66% -
XYZ 30.05 34.58 9.09 -
YUV 152.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 169 162 58 0 0.04 0.66 0.34 56.22 0.49 0.45
Hex A9 A2 3A 0 4 42 22 38 31 2D
Octal 251 242 72 0 4 102 42 70 61 55
Binary 10101001 10100010 111010 0 100 1000010 100010 111000 110001 101101

Color Harmonies of #A9A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A23A

Black with #A9A23A

Text Example


Text Example

White with #A9A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A23A; }

 p { color: rgb(169,162,58); }

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

background-color css

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

 a { background-color: rgb(169,162,58); }

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

border-color css

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

 span { border-color: rgb(169,162,58); }

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