Html Css Color HEX #A89C3E Brass

📋 copy color: '#A89C3E'

red 168 ◦ green 156 ◦ blue 62

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

Shades of Brass #A89C3E

Tints of Brass #A89C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 43.52%
G = 40.41%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A89C3E (or 0xA89C3E) is known color: Brass. HEX triplet: A8, 9C and 3E. RGB value is (168,156,62). Sum of RGB (Red+Green+Blue) = 168+156+62=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C3E is #5763C1. Grayscale: #959595. Windows color (decimal): -5727170 or 4103336. OLE color: 4103336.

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

Color convert

RGB 168 156 62 -
CMYK 0 0.07 0.63 0.34
HSL 53.21º 0.46% 0.45% -
HSV(B) 53.21º 0.63% 0.66% -
XYZ 28.91 32.45 9.3 -
YUV 148.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 168 156 62 0 0.07 0.63 0.34 53.21 0.46 0.45
Hex A8 9C 3E 0 7 3F 22 35 2E 2D
Octal 250 234 76 0 7 77 42 65 56 55
Binary 10101000 10011100 111110 0 111 111111 100010 110101 101110 101101

Color Harmonies of #A89C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89C3E

Black with #A89C3E

Text Example


Text Example

White with #A89C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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