Html Css Color HEX #A89F45 Brass

📋 copy color: '#A89F45'

red 168 ◦ green 159 ◦ blue 69

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

Shades of Brass #A89F45

Tints of Brass #A89F45

RGB

 RED value IS 168 (66.02% from 255) = 42.42%

 GREEN value IS 159 (62.5% from 255) = 40.15%

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

R = 42.42%
G = 40.15%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A89F45 (or 0xA89F45) is known color: Brass. HEX triplet: A8, 9F and 45. RGB value is (168,159,69). Sum of RGB (Red+Green+Blue) = 168+159+69=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F45 is #5760BA. Grayscale: #979797. Windows color (decimal): -5726395 or 4562856. OLE color: 4562856.

HSL color Cylindrical-coordinate representation of color #A89F45: hue angle of 54.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A89F45 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 159 69 -
CMYK 0 0.05 0.59 0.34
HSL 54.55º 0.42% 0.46% -
HSV(B) 54.55º 0.59% 0.66% -
XYZ 29.62 33.55 10.54 -
YUV 151.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 168 159 69 0 0.05 0.59 0.34 54.55 0.42 0.46
Hex A8 9F 45 0 5 3B 22 37 2A 2E
Octal 250 237 105 0 5 73 42 67 52 56
Binary 10101000 10011111 1000101 0 101 111011 100010 110111 101010 101110

Color Harmonies of #A89F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89F45

Black with #A89F45

Text Example


Text Example

White with #A89F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89F45; }

 p { color: rgb(168,159,69); }

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

background-color css

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

 a { background-color: rgb(168,159,69); }

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

border-color css

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

 span { border-color: rgb(168,159,69); }

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