Html Css Color HEX #A5A333 Brass

📋 copy color: '#A5A333'

red 165 ◦ green 163 ◦ blue 51

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

Shades of Brass #A5A333

Tints of Brass #A5A333

RGB

 RED value IS 165 (64.84% from 255) = 43.54%

 GREEN value IS 163 (64.06% from 255) = 43.01%

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 43.54%
G = 43.01%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A5A333 (or 0xA5A333) is known color: Brass. HEX triplet: A5, A3 and 33. RGB value is (165,163,51). Sum of RGB (Red+Green+Blue) = 165+163+51=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A333 is #5A5CCC. Grayscale: #979797. Windows color (decimal): -5921997 or 3384229. OLE color: 3384229.

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

Color convert

RGB 165 163 51 -
CMYK 0 0.01 0.69 0.35
HSL 58.95º 0.53% 0.42% -
HSV(B) 58.95º 0.69% 0.65% -
XYZ 29.21 34.43 8.24 -
YUV 150.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 165 163 51 0 0.01 0.69 0.35 58.95 0.53 0.42
Hex A5 A3 33 0 1 45 23 3B 35 2A
Octal 245 243 63 0 1 105 43 73 65 52
Binary 10100101 10100011 110011 0 1 1000101 100011 111011 110101 101010

Color Harmonies of #A5A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A333

Black with #A5A333

Text Example


Text Example

White with #A5A333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A333; }

 p { color: rgb(165,163,51); }

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

background-color css

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

 a { background-color: rgb(165,163,51); }

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

border-color css

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

 span { border-color: rgb(165,163,51); }

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