Html Css Color HEX #A89B40 Brass

📋 copy color: '#A89B40'

red 168 ◦ green 155 ◦ blue 64

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

Shades of Brass #A89B40

Tints of Brass #A89B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 43.41%
G = 40.05%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89B40 (or 0xA89B40) is known color: Brass. HEX triplet: A8, 9B and 40. RGB value is (168,155,64). Sum of RGB (Red+Green+Blue) = 168+155+64=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89B40 is #5764BF. Grayscale: #949494. Windows color (decimal): -5727424 or 4234152. OLE color: 4234152.

HSL color Cylindrical-coordinate representation of color #A89B40: hue angle of 52.5º 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 #A89B40 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 155 64 -
CMYK 0 0.08 0.62 0.34
HSL 52.5º 0.45% 0.45% -
HSV(B) 52.5º 0.62% 0.66% -
XYZ 28.8 32.14 9.54 -
YUV 148.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 168 155 64 0 0.08 0.62 0.34 52.5 0.45 0.45
Hex A8 9B 40 0 8 3E 22 34 2D 2D
Octal 250 233 100 0 10 76 42 64 55 55
Binary 10101000 10011011 1000000 0 1000 111110 100010 110100 101101 101101

Color Harmonies of #A89B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89B40

Black with #A89B40

Text Example


Text Example

White with #A89B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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