Html Css Color HEX #A89D40 Brass

📋 copy color: '#A89D40'

red 168 ◦ green 157 ◦ blue 64

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

Shades of Brass #A89D40

Tints of Brass #A89D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 43.19%
G = 40.36%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89D40 (or 0xA89D40) is known color: Brass. HEX triplet: A8, 9D and 40. RGB value is (168,157,64). Sum of RGB (Red+Green+Blue) = 168+157+64=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D40 is #5762BF. Grayscale: #969696. Windows color (decimal): -5726912 or 4234664. OLE color: 4234664.

HSL color Cylindrical-coordinate representation of color #A89D40: hue angle of 53.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A89D40 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 157 64 -
CMYK 0 0.07 0.62 0.34
HSL 53.65º 0.45% 0.45% -
HSV(B) 53.65º 0.62% 0.66% -
XYZ 29.13 32.81 9.65 -
YUV 149.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 168 157 64 0 0.07 0.62 0.34 53.65 0.45 0.45
Hex A8 9D 40 0 7 3E 22 36 2D 2D
Octal 250 235 100 0 7 76 42 66 55 55
Binary 10101000 10011101 1000000 0 111 111110 100010 110110 101101 101101

Color Harmonies of #A89D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89D40

Black with #A89D40

Text Example


Text Example

White with #A89D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89D40; }

 p { color: rgb(168,157,64); }

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

background-color css

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

 a { background-color: rgb(168,157,64); }

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

border-color css

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

 span { border-color: rgb(168,157,64); }

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