Html Css Color HEX #A5A345 Brass

📋 copy color: '#A5A345'

red 165 ◦ green 163 ◦ blue 69

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

Shades of Brass #A5A345

Tints of Brass #A5A345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 41.56%
G = 41.06%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A5A345 (or 0xA5A345) is known color: Brass. HEX triplet: A5, A3 and 45. RGB value is (165,163,69). Sum of RGB (Red+Green+Blue) = 165+163+69=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A345 is #5A5CBA. Grayscale: #999999. Windows color (decimal): -5921979 or 4563877. OLE color: 4563877.

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

Color convert

RGB 165 163 69 -
CMYK 0 0.01 0.58 0.35
HSL 58.75º 0.41% 0.46% -
HSV(B) 58.75º 0.58% 0.65% -
XYZ 29.69 34.62 10.75 -
YUV 152.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 165 163 69 0 0.01 0.58 0.35 58.75 0.41 0.46
Hex A5 A3 45 0 1 3A 23 3B 29 2E
Octal 245 243 105 0 1 72 43 73 51 56
Binary 10100101 10100011 1000101 0 1 111010 100011 111011 101001 101110

Color Harmonies of #A5A345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A345

Black with #A5A345

Text Example


Text Example

White with #A5A345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A345; }

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

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

background-color css

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

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

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

border-color css

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

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

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