Html Css Color HEX #A89C3B Brass

📋 copy color: '#A89C3B'

red 168 ◦ green 156 ◦ blue 59

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

Shades of Brass #A89C3B

Tints of Brass #A89C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 43.86%
G = 40.73%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A89C3B (or 0xA89C3B) is known color: Brass. HEX triplet: A8, 9C and 3B. RGB value is (168,156,59). Sum of RGB (Red+Green+Blue) = 168+156+59=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C3B is #5763C4. Grayscale: #949494. Windows color (decimal): -5727173 or 3906728. OLE color: 3906728.

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

Color convert

RGB 168 156 59 -
CMYK 0 0.07 0.65 0.34
HSL 53.39º 0.48% 0.45% -
HSV(B) 53.39º 0.65% 0.66% -
XYZ 28.83 32.42 8.88 -
YUV 148.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 168 156 59 0 0.07 0.65 0.34 53.39 0.48 0.45
Hex A8 9C 3B 0 7 41 22 35 30 2D
Octal 250 234 73 0 7 101 42 65 60 55
Binary 10101000 10011100 111011 0 111 1000001 100010 110101 110000 101101

Color Harmonies of #A89C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89C3B

Black with #A89C3B

Text Example


Text Example

White with #A89C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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