Html Css Color HEX #A89B3F Brass

📋 copy color: '#A89B3F'

red 168 ◦ green 155 ◦ blue 63

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

Shades of Brass #A89B3F

Tints of Brass #A89B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 43.52%
G = 40.16%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A89B3F (or 0xA89B3F) is known color: Brass. HEX triplet: A8, 9B and 3F. RGB value is (168,155,63). Sum of RGB (Red+Green+Blue) = 168+155+63=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89B3F is #5764C0. Grayscale: #949494. Windows color (decimal): -5727425 or 4168616. OLE color: 4168616.

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

Color convert

RGB 168 155 63 -
CMYK 0 0.08 0.63 0.34
HSL 52.57º 0.45% 0.45% -
HSV(B) 52.57º 0.63% 0.66% -
XYZ 28.77 32.13 9.39 -
YUV 148.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 168 155 63 0 0.08 0.63 0.34 52.57 0.45 0.45
Hex A8 9B 3F 0 8 3F 22 35 2D 2D
Octal 250 233 77 0 10 77 42 65 55 55
Binary 10101000 10011011 111111 0 1000 111111 100010 110101 101101 101101

Color Harmonies of #A89B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89B3F

Black with #A89B3F

Text Example


Text Example

White with #A89B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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