Html Css Color HEX #A4A841 Brass

📋 copy color: '#A4A841'

red 164 ◦ green 168 ◦ blue 65

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

Shades of Brass #A4A841

Tints of Brass #A4A841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 41.31%
G = 42.32%
B = 16.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A4A841 (or 0xA4A841) is known color: Brass. HEX triplet: A4, A8 and 41. RGB value is (164,168,65). Sum of RGB (Red+Green+Blue) = 164+168+65=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A841 is #5B57BE. Grayscale: #9B9B9B. Windows color (decimal): -5986239 or 4303012. OLE color: 4303012.

HSL color Cylindrical-coordinate representation of color #A4A841: hue angle of 62.33º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4A841 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 65 -
CMYK 0.02 0 0.61 0.34
HSL 62.33º 0.44% 0.46% -
HSV(B) 62.33º 0.61% 0.66% -
XYZ 30.27 36.28 10.41 -
YUV 155.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 164 168 65 0.02 0 0.61 0.34 62.33 0.44 0.46
Hex A4 A8 41 2 0 3D 22 3E 2C 2E
Octal 244 250 101 2 0 75 42 76 54 56
Binary 10100100 10101000 1000001 10 0 111101 100010 111110 101100 101110

Color Harmonies of #A4A841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A841

Black with #A4A841

Text Example


Text Example

White with #A4A841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A841; }

 p { color: rgb(164,168,65); }

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

background-color css

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

 a { background-color: rgb(164,168,65); }

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

border-color css

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

 span { border-color: rgb(164,168,65); }

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