Html Css Color HEX #A5A352 Brass

📋 copy color: '#A5A352'

red 165 ◦ green 163 ◦ blue 82

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

Shades of Brass #A5A352

Tints of Brass #A5A352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20%

R = 40.24%
G = 39.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A5A352 (or 0xA5A352) is known color: Brass. HEX triplet: A5, A3 and 52. RGB value is (165,163,82). Sum of RGB (Red+Green+Blue) = 165+163+82=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A352 is #5A5CAD. Grayscale: #9A9A9A. Windows color (decimal): -5921966 or 5415845. OLE color: 5415845.

HSL color Cylindrical-coordinate representation of color #A5A352: hue angle of 58.55º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5A352 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 163 82 -
CMYK 0 0.01 0.50 0.35
HSL 58.55º 0.34% 0.48% -
HSV(B) 58.55º 0.5% 0.65% -
XYZ 30.14 34.8 13.11 -
YUV 154.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 165 163 82 0 0.01 0.50 0.35 58.55 0.34 0.48
Hex A5 A3 52 0 1 32 23 3B 22 30
Octal 245 243 122 0 1 62 43 73 42 60
Binary 10100101 10100011 1010010 0 1 110010 100011 111011 100010 110000

Color Harmonies of #A5A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A352

Black with #A5A352

Text Example


Text Example

White with #A5A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A352; }

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

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

background-color css

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

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

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

border-color css

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

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

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