Html Css Color HEX #A89C3D Brass

📋 copy color: '#A89C3D'

red 168 ◦ green 156 ◦ blue 61

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

Shades of Brass #A89C3D

Tints of Brass #A89C3D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 43.64%
G = 40.52%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A89C3D (or 0xA89C3D) is known color: Brass. HEX triplet: A8, 9C and 3D. RGB value is (168,156,61). Sum of RGB (Red+Green+Blue) = 168+156+61=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C3D is #5763C2. Grayscale: #959595. Windows color (decimal): -5727171 or 4037800. OLE color: 4037800.

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

Color convert

RGB 168 156 61 -
CMYK 0 0.07 0.64 0.34
HSL 53.27º 0.47% 0.45% -
HSV(B) 53.27º 0.64% 0.66% -
XYZ 28.88 32.44 9.15 -
YUV 148.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 168 156 61 0 0.07 0.64 0.34 53.27 0.47 0.45
Hex A8 9C 3D 0 7 40 22 35 2F 2D
Octal 250 234 75 0 7 100 42 65 57 55
Binary 10101000 10011100 111101 0 111 1000000 100010 110101 101111 101101

Color Harmonies of #A89C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89C3D

Black with #A89C3D

Text Example


Text Example

White with #A89C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89C3D; }

 p { color: rgb(168,156,61); }

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

background-color css

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

 a { background-color: rgb(168,156,61); }

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

border-color css

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

 span { border-color: rgb(168,156,61); }

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