Html Css Color HEX #A5A248 Brass

📋 copy color: '#A5A248'

red 165 ◦ green 162 ◦ blue 72

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

Shades of Brass #A5A248

Tints of Brass #A5A248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 41.35%
G = 40.6%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A5A248 (or 0xA5A248) is known color: Brass. HEX triplet: A5, A2 and 48. RGB value is (165,162,72). Sum of RGB (Red+Green+Blue) = 165+162+72=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A248 is #5A5DB7. Grayscale: #989898. Windows color (decimal): -5922232 or 4760229. OLE color: 4760229.

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

Color convert

RGB 165 162 72 -
CMYK 0 0.02 0.56 0.35
HSL 58.06º 0.39% 0.46% -
HSV(B) 58.06º 0.56% 0.65% -
XYZ 29.61 34.31 11.19 -
YUV 152.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 165 162 72 0 0.02 0.56 0.35 58.06 0.39 0.46
Hex A5 A2 48 0 2 38 23 3A 27 2E
Octal 245 242 110 0 2 70 43 72 47 56
Binary 10100101 10100010 1001000 0 10 111000 100011 111010 100111 101110

Color Harmonies of #A5A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A248

Black with #A5A248

Text Example


Text Example

White with #A5A248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A248; }

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

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

background-color css

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

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

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

border-color css

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

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

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