Html Css Color HEX #A4A232 Brass

📋 copy color: '#A4A232'

red 164 ◦ green 162 ◦ blue 50

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

Shades of Brass #A4A232

Tints of Brass #A4A232

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

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

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 43.62%
G = 43.09%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A4A232 (or 0xA4A232) is known color: Brass. HEX triplet: A4, A2 and 32. RGB value is (164,162,50). Sum of RGB (Red+Green+Blue) = 164+162+50=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A232 is #5B5DCD. Grayscale: #969696. Windows color (decimal): -5987790 or 3318436. OLE color: 3318436.

HSL color Cylindrical-coordinate representation of color #A4A232: hue angle of 58.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4A232 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 162 50 -
CMYK 0 0.01 0.70 0.36
HSL 58.95º 0.53% 0.42% -
HSV(B) 58.95º 0.7% 0.64% -
XYZ 28.81 33.96 8.05 -
YUV 149.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 164 162 50 0 0.01 0.70 0.36 58.95 0.53 0.42
Hex A4 A2 32 0 1 46 24 3B 35 2A
Octal 244 242 62 0 1 106 44 73 65 52
Binary 10100100 10100010 110010 0 1 1000110 100100 111011 110101 101010

Color Harmonies of #A4A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A232

Black with #A4A232

Text Example


Text Example

White with #A4A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A232; }

 p { color: rgb(164,162,50); }

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

background-color css

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

 a { background-color: rgb(164,162,50); }

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

border-color css

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

 span { border-color: rgb(164,162,50); }

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