Html Css Color HEX #A5A84D Brass

📋 copy color: '#A5A84D'

red 165 ◦ green 168 ◦ blue 77

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

Shades of Brass #A5A84D

Tints of Brass #A5A84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 40.24%
G = 40.98%
B = 18.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A5A84D (or 0xA5A84D) is known color: Brass. HEX triplet: A5, A8 and 4D. RGB value is (165,168,77). Sum of RGB (Red+Green+Blue) = 165+168+77=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A84D is #5A57B2. Grayscale: #9D9D9D. Windows color (decimal): -5920691 or 5089445. OLE color: 5089445.

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

Color convert

RGB 165 168 77 -
CMYK 0.02 0 0.54 0.34
HSL 61.98º 0.37% 0.48% -
HSV(B) 61.98º 0.54% 0.66% -
XYZ 30.86 36.54 12.45 -
YUV 156.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 165 168 77 0.02 0 0.54 0.34 61.98 0.37 0.48
Hex A5 A8 4D 2 0 36 22 3E 25 30
Octal 245 250 115 2 0 66 42 76 45 60
Binary 10100101 10101000 1001101 10 0 110110 100010 111110 100101 110000

Color Harmonies of #A5A84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A84D

Black with #A5A84D

Text Example


Text Example

White with #A5A84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A84D; }

 p { color: rgb(165,168,77); }

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

background-color css

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

 a { background-color: rgb(165,168,77); }

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

border-color css

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

 span { border-color: rgb(165,168,77); }

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