Html Css Color HEX #A5A336 Brass

📋 copy color: '#A5A336'

red 165 ◦ green 163 ◦ blue 54

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

Shades of Brass #A5A336

Tints of Brass #A5A336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.14%

R = 43.19%
G = 42.67%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A5A336 (or 0xA5A336) is known color: Brass. HEX triplet: A5, A3 and 36. RGB value is (165,163,54). Sum of RGB (Red+Green+Blue) = 165+163+54=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A336 is #5A5CC9. Grayscale: #979797. Windows color (decimal): -5921994 or 3580837. OLE color: 3580837.

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

Color convert

RGB 165 163 54 -
CMYK 0 0.01 0.67 0.35
HSL 58.92º 0.51% 0.43% -
HSV(B) 58.92º 0.67% 0.65% -
XYZ 29.28 34.46 8.6 -
YUV 151.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 165 163 54 0 0.01 0.67 0.35 58.92 0.51 0.43
Hex A5 A3 36 0 1 43 23 3B 33 2B
Octal 245 243 66 0 1 103 43 73 63 53
Binary 10100101 10100011 110110 0 1 1000011 100011 111011 110011 101011

Color Harmonies of #A5A336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A336

Black with #A5A336

Text Example


Text Example

White with #A5A336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A336; }

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

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

background-color css

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

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

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

border-color css

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

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

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