Html Css Color HEX #A0A448 Brass

📋 copy color: '#A0A448'

red 160 ◦ green 164 ◦ blue 72

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

Shades of Brass #A0A448

Tints of Brass #A0A448

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

 GREEN value IS 164 (64.45% from 255) = 41.41%

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

R = 40.4%
G = 41.41%
B = 18.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A0A448 (or 0xA0A448) is known color: Brass. HEX triplet: A0, A4 and 48. RGB value is (160,164,72). Sum of RGB (Red+Green+Blue) = 160+164+72=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A448 is #5F5BB7. Grayscale: #989898. Windows color (decimal): -6249400 or 4760736. OLE color: 4760736.

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

Color convert

RGB 160 164 72 -
CMYK 0.02 0 0.56 0.36
HSL 62.61º 0.39% 0.46% -
HSV(B) 62.61º 0.56% 0.64% -
XYZ 28.94 34.49 11.26 -
YUV 152.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 160 164 72 0.02 0 0.56 0.36 62.61 0.39 0.46
Hex A0 A4 48 2 0 38 24 3F 27 2E
Octal 240 244 110 2 0 70 44 77 47 56
Binary 10100000 10100100 1001000 10 0 111000 100100 111111 100111 101110

Color Harmonies of #A0A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A448

Black with #A0A448

Text Example


Text Example

White with #A0A448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A448; }

 p { color: rgb(160,164,72); }

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

background-color css

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

 a { background-color: rgb(160,164,72); }

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

border-color css

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

 span { border-color: rgb(160,164,72); }

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