Html Css Color HEX #A5A23A Brass

📋 copy color: '#A5A23A'

red 165 ◦ green 162 ◦ blue 58

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

Shades of Brass #A5A23A

Tints of Brass #A5A23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 42.86%
G = 42.08%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5A23A (or 0xA5A23A) is known color: Brass. HEX triplet: A5, A2 and 3A. RGB value is (165,162,58). Sum of RGB (Red+Green+Blue) = 165+162+58=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A23A is #5A5DC5. Grayscale: #979797. Windows color (decimal): -5922246 or 3842725. OLE color: 3842725.

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

Color convert

RGB 165 162 58 -
CMYK 0 0.02 0.65 0.35
HSL 58.32º 0.48% 0.44% -
HSV(B) 58.32º 0.65% 0.65% -
XYZ 29.2 34.15 9.05 -
YUV 151.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 165 162 58 0 0.02 0.65 0.35 58.32 0.48 0.44
Hex A5 A2 3A 0 2 41 23 3A 30 2C
Octal 245 242 72 0 2 101 43 72 60 54
Binary 10100101 10100010 111010 0 10 1000001 100011 111010 110000 101100

Color Harmonies of #A5A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A23A

Black with #A5A23A

Text Example


Text Example

White with #A5A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A23A; }

 p { color: rgb(165,162,58); }

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

background-color css

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

 a { background-color: rgb(165,162,58); }

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

border-color css

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

 span { border-color: rgb(165,162,58); }

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