Html Css Color HEX #A5AC36 Brass

📋 copy color: '#A5AC36'

red 165 ◦ green 172 ◦ blue 54

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

Shades of Brass #A5AC36

Tints of Brass #A5AC36

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.99%

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

R = 42.2%
G = 43.99%
B = 13.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#A5AC36 (or 0xA5AC36) is known color: Brass. HEX triplet: A5, AC and 36. RGB value is (165,172,54). Sum of RGB (Red+Green+Blue) = 165+172+54=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC36 is #5A53C9. Grayscale: #9C9C9C. Windows color (decimal): -5919690 or 3583141. OLE color: 3583141.

HSL color Cylindrical-coordinate representation of color #A5AC36: hue angle of 63.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5AC36 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 54 -
CMYK 0.04 0 0.69 0.33
HSL 63.56º 0.52% 0.44% -
HSV(B) 63.56º 0.69% 0.67% -
XYZ 30.94 37.77 9.15 -
YUV 156.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 165 172 54 0.04 0 0.69 0.33 63.56 0.52 0.44
Hex A5 AC 36 4 0 45 21 40 34 2C
Octal 245 254 66 4 0 105 41 100 64 54
Binary 10100101 10101100 110110 100 0 1000101 100001 1000000 110100 101100

Color Harmonies of #A5AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC36

Black with #A5AC36

Text Example


Text Example

White with #A5AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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